Add info to create theme

This commit is contained in:
2023-07-14 19:23:23 +04:00
parent fbf51386be
commit edb6ee75fd
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ export default function LoginProvider({id, title, width, height, callbackUrl}) {
return ( return (
<Link passHref href='/api/auth/signin'> <Link passHref href='/api/auth/signin'>
<Button variant='outlined' color='inherit' startIcon={ <Button variant='outlined' color='info' startIcon={
<Image <Image
width={width} width={width}
height={height} height={height}
+6
View File
@@ -28,6 +28,9 @@ const getDesignTokens = mode => ({
primary: green, primary: green,
secondary: red, secondary: red,
divider: green[200], divider: green[200],
info: {
main: grey[900]
},
text: { text: {
primary: grey[900], primary: grey[900],
secondary: grey[800], secondary: grey[800],
@@ -37,6 +40,9 @@ const getDesignTokens = mode => ({
// Palette values for dark mode // Palette values for dark mode
primary: green, primary: green,
secondary: red, secondary: red,
info: {
main: '#fff'
},
divider: green[700], divider: green[700],
background: { background: {
default: '#082211', default: '#082211',