aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/button-group/index.scss
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/button-group/index.scss')
-rw-r--r--ui/app/components/button-group/index.scss10
1 files changed, 5 insertions, 5 deletions
diff --git a/ui/app/components/button-group/index.scss b/ui/app/components/button-group/index.scss
index 29713c75..90748bdc 100644
--- a/ui/app/components/button-group/index.scss
+++ b/ui/app/components/button-group/index.scss
@@ -6,9 +6,9 @@
&__button {
font-family: Roboto;
font-size: 1rem;
- color: $tundora;
+ color: $manatee;
border-style: solid;
- border-color: $alto;
+ border-color: $geyser;
border-width: 1px 1px 1px;
border-left: 0;
flex: 1;
@@ -18,7 +18,7 @@
text-overflow: ellipsis;
&:first-child {
- border-left: 1px solid $alto;
+ border-left: 1px solid $geyser;
border-radius: 4px 0 0 4px;
}
@@ -27,7 +27,7 @@
}
&--active {
- background-color: $dodger-blue;
+ background-color: $dexon-purple;
color: $white;
}
@@ -35,4 +35,4 @@
opacity: .5;
}
}
-} \ No newline at end of file
+}