mirror of https://github.com/vector-im/riot-web
Fix the colour of the map attribution text in dark theme (#7548)
parent
18c82d57ae
commit
2fd06ac0c6
|
@ -182,6 +182,13 @@ $call-view-button-off-background: $primary-content;
|
|||
$video-feed-secondary-background: $system;
|
||||
// ********************
|
||||
|
||||
// Location sharing
|
||||
// ********************
|
||||
.maplibregl-ctrl-attrib-button {
|
||||
color: $background;
|
||||
}
|
||||
// ********************
|
||||
|
||||
// One-off colors
|
||||
// ********************
|
||||
$progressbar-bg-color: $system;
|
||||
|
|
Loading…
Reference in New Issue