Skip to content

Commit

Permalink
📝 fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
StarHeartHunt committed Nov 20, 2023
1 parent f81cfde commit c48257f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/src/components/Form/Items/Tag/styles.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.add-btn {
@apply px-2 select-none cursor-pointer min-w-[64px] rounded-full text-hero hover:bg-hero hover:bg-opacity-[.08]
@apply px-2 select-none cursor-pointer min-w-[64px] rounded-full text-hero hover:bg-hero hover:bg-opacity-[.08];
@apply flex justify-center items-center border-dashed border-2 border-primary-600;

&-disabled {
Expand Down
2 changes: 1 addition & 1 deletion website/src/components/Form/styles.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.form-btn {
@apply btn btn-sm btn-primary no-animation
@apply btn btn-sm btn-primary no-animation;

&-prev {
@apply mr-auto;
Expand Down
2 changes: 1 addition & 1 deletion website/src/components/Tag/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.tag {
@apply font-mono inline-flex px-3 rounded-full items-center align-middle mr-2
@apply font-mono inline-flex px-3 rounded-full items-center align-middle mr-2;
}

0 comments on commit c48257f

Please sign in to comment.