diff options
| author | taehoon <th.dev91@gmail.com> | 2019-04-26 16:30:04 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-05-15 12:04:26 -0400 |
| commit | 1747cd87717e5658cdae70d8b86216612c58bc81 (patch) | |
| tree | deedf2e51015869c97c72995da2c59f1fde522d3 /src/components/extra_buttons/extra_buttons.vue | |
| parent | 19e79895bbedf66560fcb13d9d07d38dfc1577e2 (diff) | |
use text color instead
Diffstat (limited to 'src/components/extra_buttons/extra_buttons.vue')
| -rw-r--r-- | src/components/extra_buttons/extra_buttons.vue | 4 |
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> |
