about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/compose_form.scss
diff options
context:
space:
mode:
authorTim Lucas <t@toolmantim.com>2023-02-23 22:58:42 +1100
committerClaire <claire.github-309c@sitedethib.com>2023-02-25 14:43:24 +0100
commit28cb77bd072d80faae04d2167830c8ba9b4b73b7 (patch)
treef7c3fe554236e8509acbd2072ae913a8714d30e7 /app/javascript/flavours/glitch/styles/components/compose_form.scss
parent56bec60f25a33e4454c8777f7a0c6a8c3f821d0f (diff)
[Glitch] Increase contrast of upload progress background
Port f4f91bc295fd423bdc81ca17f0f9491ed6cd897e to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/compose_form.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/compose_form.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/compose_form.scss b/app/javascript/flavours/glitch/styles/components/compose_form.scss
index 4b800dcd8..64fbe9e08 100644
--- a/app/javascript/flavours/glitch/styles/components/compose_form.scss
+++ b/app/javascript/flavours/glitch/styles/components/compose_form.scss
@@ -535,7 +535,7 @@
   border-radius: 6px;
   width: 100%;
   height: 6px;
-  background: $ui-base-lighter-color;
+  background: darken($simple-background-color, 8%);
 }
 
 .upload-progress__tracker {