Skip to content

Commit

Permalink
Updated XY Labs Theme
Browse files Browse the repository at this point in the history
  • Loading branch information
jordantrouw committed Dec 20, 2024
1 parent 628efef commit d05cb9b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions packages/theme/src/product-theme/xylabs/theme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,27 @@ export const XyLabsTheme = (_theme?: Theme): Theme => createTheme({
...componentFragment,
...spacingFragment,
...shapeFragment,
components: {
MuiAlert: {
styleOverrides: {
root: {
paddingBottom: 0.5,
paddingTop: 0.5,
},
},
},
MuiButton: {
styleOverrides: {
outlined: { backgroundColor: 'inherit' },
root: { overflow: 'hidden' },
},
},
MuiLink: {
defaultProps: { underline: 'none' },
styleOverrides: { root: { '&:hover': { filter: 'brightness(75%)' } } },
},
MuiStepper: { styleOverrides: { root: { padding: '0px' } } },
},
typography: {
fontFamily: '"Outfit", sans-serif',
body1: { fontSize: '1.1rem' },
Expand Down

0 comments on commit d05cb9b

Please sign in to comment.