Skip to content

Commit

Permalink
feat(rebranding): letter spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime committed Feb 20, 2024
1 parent 721eedb commit e5c7cfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/andive/src/components/baseline.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ const andiveResetCss = css`
const BaselineCss = createGlobalStyle`
${meyerResetCss}
${andiveResetCss}
letter-spacing: 0.3px;
`

export default function AndiveProvider({theme, children}) {
Expand Down
3 changes: 1 addition & 2 deletions packages/andive/src/components/theme-provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ export const defaultTheme = {
hover: {
backgroundColor: palette.lightGrey,
borderRadius: 4
},
letterSpacing: '0.3px'
}
}

export default function AmblerThemeProvider({theme = defaultTheme, children}) {
Expand Down

0 comments on commit e5c7cfe

Please sign in to comment.