Make sure length indicator uses correct colour

This commit is contained in:
Nick Colley 2022-11-25 12:40:45 +00:00 committed by Nick Colley
parent 26b48d48bf
commit af3ce2e1e7
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
--toast-anchor-color: #{$anchor-color};
--length-indicator-color: var(--action-button-fill-color);
--length-indicator-color: #{$deemphasized-color};
--blurhash-sensitive-text-color: #{lighten($deemphasized-color, 15%)};