Skip to content

Commit

Permalink
fix: small round button style
Browse files Browse the repository at this point in the history
  • Loading branch information
YuJianghao committed Jan 6, 2022
1 parent 9e06eaa commit 63e4f54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const styleVars = computed(() => {
@apply w-8;
}
&-round&-small {
@apply w-7;
@apply w-7 px-0;
}
}
</style>

0 comments on commit 63e4f54

Please sign in to comment.