aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-04-26 16:30:04 -0400
committertaehoon <th.dev91@gmail.com>2019-05-15 12:04:26 -0400
commit1747cd87717e5658cdae70d8b86216612c58bc81 (patch)
treedeedf2e51015869c97c72995da2c59f1fde522d3
parent19e79895bbedf66560fcb13d9d07d38dfc1577e2 (diff)
use text color instead
-rw-r--r--src/components/extra_buttons/extra_buttons.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/extra_buttons/extra_buttons.vue b/src/components/extra_buttons/extra_buttons.vue
index b55a020f..38e933bb 100644
--- a/src/components/extra_buttons/extra_buttons.vue
+++ b/src/components/extra_buttons/extra_buttons.vue
@@ -40,8 +40,8 @@
cursor: pointer;
&:hover, &.icon-clicked {
- color: $fallback--cBlue;
- color: var(--cBlue, $fallback--cBlue);
+ color: $fallback--text;
+ color: var(--text, $fallback--text);
}
}
</style>