Skip to content

Commit 568284d

Browse files
committed
Merge branch 'main' of github.com:devforth/adminforth
2 parents 04c197e + d04a774 commit 568284d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

adminforth/commands/createApp/templates/index.ts.hbs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ export const admin = new AdminForth({
2727
styles: {
2828
colors: {
2929
light: {
30-
primary: '#B400B8',
31-
sidebar: { main:'#571E58', text:'white' },
30+
primary: '#1a56db',
31+
sidebar: { main: '#f9fafb', text: '#213045' },
3232
},
3333
dark: {
3434
primary: '#82ACFF',
35-
sidebar: { main:'#1f2937', text:'#9ca3af' },
35+
sidebar: { main: '#1f2937', text: '#9ca3af' },
3636
}
3737
}
3838
},

0 commit comments

Comments
 (0)