Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
Change cancel button on confirmation modal to be a lighter gray
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomAshes committed Oct 5, 2022
1 parent d43a8e9 commit 34a061b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/Common/FormTemplate/FormTemplate.scss
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@

&:hover,
&:focus {
background-color: rgba(main.$light-gray, 0.75);
border-top: 1px solid rgba(main.$light-gray, 0.75);
background-color: rgba(main.$light-gray, 0.25);
border-top: 1px solid rgba(main.$light-gray, 0.25);
}
}
}
Expand Down

0 comments on commit 34a061b

Please sign in to comment.