Skip to content

Commit

Permalink
Change radio button color as per theme
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Jul 25, 2023
1 parent 82531f8 commit 9a86b26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/launch/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ button.dark {

button.light:hover,
button.light:focus {
background-color: #000000;
background-color: #255AA8FF;
}

button.dark:hover,
Expand All @@ -194,7 +194,7 @@ button.dark:focus {
/*Theme Radio*/
body.light [type='radio']:checked + span:after,
body.light [type='radio'].with-gap:checked + span:after {
background-color: #000;
background-color: #255AA8FF;
}

body.dark [type='radio']:checked + span:after,
Expand All @@ -205,7 +205,7 @@ body.dark [type='radio'].with-gap:checked + span:after {
body.light [type='radio']:checked + span:after,
body.light [type='radio'].with-gap:checked + span:before,
body.light [type='radio'].with-gap:checked + span:after {
border: 2px solid #000;
border: 2px solid #255AA8FF;
}

body.dark [type='radio']:checked + span:after,
Expand Down

0 comments on commit 9a86b26

Please sign in to comment.