Skip to content

Commit

Permalink
fix(BaseAvatar): remove border styles from avatar.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
driss-chelouati committed Dec 17, 2023
1 parent e79e238 commit 7c70bb5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions src/plugins/components/avatar/avatar.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ export const defaultConfig = {
img: {
size: 'full',
shadow: 'sm',
border: {
light: 'transparent',
dark: 'transparent',
},
},
text: {
font: {
Expand Down
3 changes: 0 additions & 3 deletions src/plugins/components/avatar/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ export default plugin.withOptions(
//Size & Radius
[`@apply h-${config.img.size} max-h-${config.img.size} w-${config.img.size} max-w-${config.img.size}`]:
{},
//Border
[`@apply border border-${config.img.border.light} dark:border-${config.img.border.dark}`]:
{},
//Shadow
[`@apply shadow-${config.img.shadow}`]: {},
},
Expand Down

0 comments on commit 7c70bb5

Please sign in to comment.