Skip to content

Commit

Permalink
Add bigger container sizes to theme
Browse files Browse the repository at this point in the history
  • Loading branch information
JunichiSugiura committed Nov 30, 2023
1 parent 38f62f6 commit b38778f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/theme/components/Tabs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const Tabs: ComponentStyleConfig = defineMultiStyleConfig({
},
tabpanel: {
p: 0,
py: 4,
pt: 4,
},
}),
});
6 changes: 6 additions & 0 deletions packages/ui/src/theme/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ const theme = extendTheme({
},
},
},
sizes: {
container: {
"2xl": "1366px",
"3xl": "1920px",
},
},
components: {
...Components,
},
Expand Down

0 comments on commit b38778f

Please sign in to comment.