diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-11-21 19:35:49 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-11-21 19:35:49 +0000 |
| commit | 896cbf89f6431c0198eb2fb50fc7cef9cce05b3c (patch) | |
| tree | f3e43f0a574f8b14f27c50950ee1d1ff841c78df /src/components/navigation | |
| parent | 513b81a23bd3d6aa308f538a2705d690fe90dc40 (diff) | |
| parent | b28cdf2cbde0b9c08bf05559e89fae31d5fabafc (diff) | |
Merge branch 'minor-fixes-batch' into 'develop'
Minor fixes batch
Closes #1192, #1193, and #1196
See merge request pleroma/pleroma-fe!1651
Diffstat (limited to 'src/components/navigation')
| -rw-r--r-- | src/components/navigation/navigation_pins.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/navigation/navigation_pins.vue b/src/components/navigation/navigation_pins.vue index 9cb4b536..6a9ed6f5 100644 --- a/src/components/navigation/navigation_pins.vue +++ b/src/components/navigation/navigation_pins.vue @@ -61,7 +61,7 @@ &.router-link-active { color: $fallback--text; - color: var(--selectedMenuText, $fallback--text); + color: var(--panelText, $fallback--text); border-bottom: 4px solid; & .svg-inline--fa, |
