Skip to content

Commit

Permalink
fix(button): badge placement
Browse files Browse the repository at this point in the history
  • Loading branch information
stafyniaksacha committed Aug 7, 2023
1 parent 2a91cca commit 3f83fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/components/button.ts
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ export default plugin.withOptions(
{},

[`.${prefix}-button-badge`]: {
[`@apply flex absolute h-${config.badge.space} w-${config.badge.space} top-0 -end-1 -mt-1 -me-8`]:
[`@apply flex absolute h-${config.badge.space} w-${config.badge.space} top-0 -end-1 -mt-1`]:
{},

[`.${prefix}-button-badge-pulse`]: {
Expand Down

0 comments on commit 3f83fbf

Please sign in to comment.