Skip to content

Commit

Permalink
Merge pull request #891 from gisaia/fix/ui
Browse files Browse the repository at this point in the history
fix: ui
  • Loading branch information
QuCMGisaia authored Dec 10, 2024
2 parents 77e5f7c + fa9fed6 commit f54562c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
float: right;

&--apply {
color: #ff4081;
--mdc-text-button-label-text-color: #ff4081;
font-weight: bolder;
outline: none;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ $default-font-size: 14px;
top: -$radius;
right: -$radius;
border-radius: $radius;
border: 1px solid grey;
display: flex;
align-items: center;
justify-content: center;
Expand Down

0 comments on commit f54562c

Please sign in to comment.