Test page UI layout

This commit is contained in:
muzam
2022-01-05 16:32:07 +05:30
parent 938b567256
commit 7f06876e3e
12 changed files with 552 additions and 114 deletions

View File

@@ -50,7 +50,8 @@ export const {
text: "$gray12",
primary: "$plum",
white: "white",
black: "black"
black: "black",
'deep': 'rgb(248, 248, 248)'
},
fonts: {
body: 'Work Sans, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif',
@@ -303,6 +304,7 @@ export const darkTheme = createTheme('dark', {
...pinkDark,
...yellowDark,
...purpleDark,
deep: 'rgb(10, 10, 10)'
},
});