mirror of
https://github.com/HeyPuter/puter
synced 2024-11-15 06:15:47 +00:00
added white text to brodacast
This commit is contained in:
parent
f8d3fdbefb
commit
24e3ec89f3
@ -128,6 +128,7 @@ export class ThemeService extends Service {
|
||||
primarySaturation: s.sat + '%',
|
||||
primaryLightness: s.lig + '%',
|
||||
primaryAlpha: s.alpha,
|
||||
primaryColor: s.light_text ? 'white' : '#373e44',
|
||||
},
|
||||
}, { sendToNewAppInstances: true });
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user