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 (
<Link passHref href='/api/auth/signin'>
<Button variant='outlined' color='inherit' startIcon={
<Button variant='outlined' color='info' startIcon={
<Image
width={width}
height={height}
+6
View File
@@ -28,6 +28,9 @@ const getDesignTokens = mode => ({
primary: green,
secondary: red,
divider: green[200],
info: {
main: grey[900]
},
text: {
primary: grey[900],
secondary: grey[800],
@@ -37,6 +40,9 @@ const getDesignTokens = mode => ({
// Palette values for dark mode
primary: green,
secondary: red,
info: {
main: '#fff'
},
divider: green[700],
background: {
default: '#082211',