Add info to create theme
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user