Skip to content

Commit 70d7bec

Browse files
committed
Apply cursor-pointer to view labels
1 parent ffc9c0f commit 70d7bec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/viewer/src/project/browse/ViewPicker.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
<RadioGroup.Root bind:value={getCurrentView, setCurrentView}>
5252
{#each viewService.views as view (view.id)}
53-
<Label class="flex items-center gap-4 md:gap-2 max-md:py-3">
53+
<Label class="flex items-center gap-4 md:gap-2 max-md:py-3 cursor-pointer">
5454
<RadioGroup.Item value={view.id} />
5555
<span>
5656
{view.name}

0 commit comments

Comments
 (0)