mirror of
https://github.com/HeyPuter/puter.git
synced 2025-02-02 23:28:39 +08: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 + '%',
|
primarySaturation: s.sat + '%',
|
||||||
primaryLightness: s.lig + '%',
|
primaryLightness: s.lig + '%',
|
||||||
primaryAlpha: s.alpha,
|
primaryAlpha: s.alpha,
|
||||||
|
primaryColor: s.light_text ? 'white' : '#373e44',
|
||||||
},
|
},
|
||||||
}, { sendToNewAppInstances: true });
|
}, { sendToNewAppInstances: true });
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user