We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43ee386 commit 652cbf3Copy full SHA for 652cbf3
core/src/themes/ios/dark.tokens.ts
@@ -2,5 +2,5 @@ import { darkTheme as baseDarkTheme } from '../base/dark.tokens';
2
import type { DarkTheme } from '../themes.interfaces';
3
4
export const darkTheme: DarkTheme = {
5
- ...baseDarkTheme
+ ...baseDarkTheme,
6
};
core/src/themes/ios/light.tokens.ts
@@ -1,3 +1,3 @@
1
import type { LightTheme } from '../themes.interfaces';
-export const lightTheme: LightTheme = { };
+export const lightTheme: LightTheme = {};
core/src/themes/md/light.tokens.ts
0 commit comments