Skip to content

Commit

Permalink
- Change heights of sidebar menu items. Default is now 40px instead o…
Browse files Browse the repository at this point in the history
…f 48px.
  • Loading branch information
mattias800 committed Sep 7, 2023
1 parent 8778dff commit d03df17
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { NavBarVariant } from "./NavBar";

const variantToHeight: Record<NavBarVariant, number> = {
compact: 40,
standard: 48,
compact: 32,
standard: 40,
relaxed: 64,
};

Expand Down

0 comments on commit d03df17

Please sign in to comment.