mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-14 23:18:54 +00:00
Fix sticker message metadata color in dark mode
Co-authored-by: Jamie <113370520+jamiebuilds-signal@users.noreply.github.com>
This commit is contained in:
@@ -1209,7 +1209,11 @@ $message-padding-horizontal: 12px;
|
||||
user-select: none;
|
||||
white-space: nowrap;
|
||||
|
||||
color: light-dark(variables.$color-gray-60, variables.$color-gray-25);
|
||||
&,
|
||||
&--outline-only-bubble,
|
||||
&--sticker {
|
||||
color: light-dark(variables.$color-gray-60, variables.$color-gray-25);
|
||||
}
|
||||
|
||||
&--outgoing {
|
||||
color: variables.$color-white-alpha-80;
|
||||
@@ -1219,14 +1223,6 @@ $message-padding-horizontal: 12px;
|
||||
color: light-dark(variables.$color-white, variables.$color-white-alpha-80);
|
||||
}
|
||||
|
||||
&--outline-only-bubble {
|
||||
color: light-dark(variables.$color-gray-60, variables.$color-gray-25);
|
||||
}
|
||||
|
||||
&--sticker {
|
||||
color: variables.$color-gray-60;
|
||||
}
|
||||
|
||||
&--inline {
|
||||
float: inline-end;
|
||||
margin-top: -14px;
|
||||
|
||||
Reference in New Issue
Block a user