feat: enhance Tauri support with notification handling and safe area insets
This commit is contained in:
@@ -19,7 +19,7 @@ export type Theme = {
|
||||
export const LightTheme: Theme = {
|
||||
id: 'light-theme',
|
||||
kind: ThemeKind.Light,
|
||||
classNames: [lightTheme, onLightFontWeight, 'prism-light'],
|
||||
classNames: ['light-theme', lightTheme, onLightFontWeight, 'prism-light'],
|
||||
};
|
||||
|
||||
export const SilverTheme: Theme = {
|
||||
|
||||
Reference in New Issue
Block a user