base login v3

This commit is contained in:
Sas Andy
2024-08-12 13:37:16 +07:00
parent a2aacdd47e
commit f6e420744f
5 changed files with 349 additions and 18 deletions

View File

@@ -1,18 +0,0 @@
var CustomTheme = {
light: {
dark: false,
colors: {
primary: "#FFC107",
// primary: "#2196F3",
"primary-lighten": "#E3F2FD",
"primary-darken": "#0D47A1",
white: "#FFFFFF",
secondary: "#03a9f4",
accent: "#ff5722",
error: "#f44336",
warning: "#ff9800",
info: "#2196f3",
success: "#4caf50",
},
},
}