Skip to content

Commit

Permalink
feat(divider): default styles for divider (#106)
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 <niloysikdar30@gmail.com>

Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
Co-authored-by: Milindu Sanoj Kumarage <agentmilindu@users.noreply.github.com>
  • Loading branch information
niloysikdar and agentmilindu committed Sep 9, 2022
1 parent 20be7db commit da23da4
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 @@ -81,8 +81,8 @@ export const defaultTheme: ThemeOptions = {
color: '#fff',
},
},
divider: { root: { borderTopColor: 'gray', borderRadius: '5px' } },
link: { root: { color: '#0000EE', textDecoration: 'none' } },
divider: { root: {} },
typography: { root: {} },
image: {
root: {},
Expand Down

0 comments on commit da23da4

Please sign in to comment.