aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/radio.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/radio.scss')
-rw-r--r--src/styles/radio.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/styles/radio.scss b/src/styles/radio.scss
index 87d401215..b1e148ca0 100644
--- a/src/styles/radio.scss
+++ b/src/styles/radio.scss
@@ -30,7 +30,9 @@
30 30
31 &.is-selected { 31 &.is-selected {
32 background: #FFF; 32 background: #FFF;
33 border: 2px solid $theme-brand-primary; 33 border-width: 2px;
34 border-style: solid;
35 border-color: $theme-brand-primary;
34 color: $theme-brand-primary; 36 color: $theme-brand-primary;
35 } 37 }
36 38