mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-02 04:59:23 -05:00
added white text to brodacast
This commit is contained in:
@@ -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 });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user