Skip to content

Commit

Permalink
Class fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronPlave committed Nov 28, 2023
1 parent 06d7289 commit 2271b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/menus/ViewMenu.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
}
</script>

<div class="view-menu st-typography-medium">
<div class="view-menu-button st-typography-medium">
<PlanNavButton status={$viewIsModified ? Status.Modified : null} title={$view?.name ?? defaultViewName} menuTitle="">
<ViewGridIcon />
<div class="view-menu st-typography-medium" slot="menu">
Expand Down

0 comments on commit 2271b0d

Please sign in to comment.