Skip to content

Commit

Permalink
feat: set default avatar variant to filled
Browse files Browse the repository at this point in the history
  • Loading branch information
beeman committed Aug 6, 2024
1 parent 04a3beb commit d13ed30
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions libs/web/core/feature/src/lib/web-core.feature.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ const theme = createTheme({
brand: DEFAULT_THEME.colors.blue,
},
primaryColor: 'brand',
components: {
Avatar: {
defaultProps: {
variant: 'filled',
},
},
},
})

export function WebCoreFeature() {
Expand Down

0 comments on commit d13ed30

Please sign in to comment.