Skip to content

Commit

Permalink
feat(divider): default styles for divider
Browse files Browse the repository at this point in the history
Add default styles for Divider component inside defaultTheme config object

Resolves #100

Signed-off-by: Niloy Sikdar <[email protected]>
  • Loading branch information
niloysikdar committed Sep 5, 2022
1 parent ce4ebfa commit 40d9ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DefaultTheme/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const defaultTheme: ThemeOptions = {
secondary: {},
},
link: { root: {} },
divider: { root: {} },
divider: { root: { borderTopColor: 'gray', borderRadius: '5px' } },
typography: { root: {} },
image: {
root: {},
Expand Down

0 comments on commit 40d9ec2

Please sign in to comment.