added white text to brodacast

This commit is contained in:
Aya Moosa 2024-04-12 14:28:15 -07:00
parent f8d3fdbefb
commit 24e3ec89f3

View File

@ -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 });
}