Skip to content

Commit

Permalink
fix(Avatar): shrink chip ring
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed May 9, 2023
1 parent d5d250b commit ebf5fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const avatar = {
'3xl': 'h-20 w-20 text-3xl'
},
chip: {
base: 'absolute block rounded-full ring-2 ring-white dark:ring-gray-900',
base: 'absolute block rounded-full ring-1 ring-white dark:ring-gray-900',
position: {
'top-right': 'top-0 right-0',
'bottom-right': 'bottom-0 right-0',
Expand Down

0 comments on commit ebf5fd6

Please sign in to comment.