We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 04c197e + d04a774 commit 568284dCopy full SHA for 568284d
adminforth/commands/createApp/templates/index.ts.hbs
@@ -27,12 +27,12 @@ export const admin = new AdminForth({
27
styles: {
28
colors: {
29
light: {
30
- primary: '#B400B8',
31
- sidebar: { main:'#571E58', text:'white' },
+ primary: '#1a56db',
+ sidebar: { main: '#f9fafb', text: '#213045' },
32
},
33
dark: {
34
primary: '#82ACFF',
35
- sidebar: { main:'#1f2937', text:'#9ca3af' },
+ sidebar: { main: '#1f2937', text: '#9ca3af' },
36
}
37
38
0 commit comments