mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Fixed inconsistent colors for Media OSD
This commit is contained in:
@@ -173,10 +173,6 @@ Variants {
|
||||
return LockKeysService.scrollLockOn ? Color.mPrimary : Color.mOnSurfaceVariant;
|
||||
}
|
||||
}
|
||||
// For media, use primary color
|
||||
if (currentOSDType === OSD.Type.Media) {
|
||||
return Color.mPrimary;
|
||||
}
|
||||
return Color.mPrimary;
|
||||
}
|
||||
|
||||
@@ -196,10 +192,6 @@ Variants {
|
||||
}
|
||||
}
|
||||
|
||||
if (currentOSDType === OSD.Type.Media) {
|
||||
return Color.mPrimary;
|
||||
}
|
||||
|
||||
return Color.mOnSurface;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user