mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-15 07:28:59 +00:00
Fix sticker message metadata color in dark mode
This commit is contained in:
@@ -1196,7 +1196,11 @@ $message-padding-horizontal: 12px;
|
||||
user-select: none;
|
||||
white-space: nowrap;
|
||||
|
||||
&,
|
||||
&--outline-only-bubble,
|
||||
&--sticker {
|
||||
color: light-dark(variables.$color-gray-60, variables.$color-gray-25);
|
||||
}
|
||||
|
||||
&--outgoing {
|
||||
color: variables.$color-white-alpha-80;
|
||||
@@ -1206,14 +1210,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