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

Commit

Permalink
Resolve conflicts from merging in main
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomAshes committed Apr 20, 2022
1 parent 548ad2c commit 9b92cb4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ui/src/Common/Dropdown/Dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@

@include main.dark-theme {
.dropdown {
background-color: main.$gray;
background-color: main.$gray-1;
}
}
2 changes: 1 addition & 1 deletion ui/src/Common/FormTemplate/FormTemplate.scss
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@

&:hover,
&:focus {
color: main.$gray;
color: main.$gray-1;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion ui/src/Common/Timer/Timer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ $timer-height: 2.81rem;
@include main.dark-theme {
.timer {
.timer-count-down {
background-color: main.$gray;
background-color: main.$gray-1;
}
}
}

0 comments on commit 9b92cb4

Please sign in to comment.