Skip to content

Commit

Permalink
Merge pull request #102 from UNopenGIS/nav-size-300
Browse files Browse the repository at this point in the history
chore: Update navSize in .storybook/manager.ts to 300
  • Loading branch information
yuiseki authored Jul 2, 2024
2 parents 2dd89cf + 7653fea commit 90da1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .storybook/manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import CustomTheme from "./CustomTheme.ts";

addons.setConfig({
theme: CustomTheme,
navSize: 500,
navSize: 300,
bottomPanelHeight: 100,
rightPanelWidth: 100,
enableShortcuts: true,
Expand Down

0 comments on commit 90da1df

Please sign in to comment.