Skip to content

Commit

Permalink
fix: compose button instead of submit
Browse files Browse the repository at this point in the history
  • Loading branch information
ayuhito committed Aug 27, 2024
1 parent 93577fd commit ecbe241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/app/components/settings/Section.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
}

.delete {
composes: submit;
composes: button from global;
background-color: var(--bg-red-danger);
border: 1px solid var(--bg-red-danger);
border-radius: 8px;
Expand Down

0 comments on commit ecbe241

Please sign in to comment.