aboutsummaryrefslogtreecommitdiff
path: root/src/components/post_status_form
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2018-11-21 18:22:05 +0300
committerHenry Jameson <me@hjkos.com>2018-11-21 18:22:05 +0300
commitdc3df7bc4e91abf4a911e4c5ecc0c627d00dcfb1 (patch)
tree79272ba90cc938562630d3ba19849757dc20e310 /src/components/post_status_form
parentacf414e4517434d8847e842930c697b168d94cde (diff)
fixes
Diffstat (limited to 'src/components/post_status_form')
-rw-r--r--src/components/post_status_form/post_status_form.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/post_status_form/post_status_form.vue b/src/components/post_status_form/post_status_form.vue
index 4514e79f..751b048a 100644
--- a/src/components/post_status_form/post_status_form.vue
+++ b/src/components/post_status_form/post_status_form.vue
@@ -154,7 +154,7 @@
margin-left: $fallback--attachmentRadius;
margin-left: var(--attachmentRadius, $fallback--attachmentRadius);
background-color: $fallback--fg;
- background-color: var(--fg, $fallback--fg);
+ background-color: var(--btn, $fallback--fg);
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
@@ -292,7 +292,7 @@
&.highlighted {
background-color: $fallback--fg;
- background-color: var(--fg, $fallback--fg);
+ background-color: var(--lightBg, $fallback--fg);
}
}
}