Browse Source

fix: update primary color when setting default theme

Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
pull/1700/head
Wing-Kam Wong 3 years ago
parent
commit
76ce5c5464
  1. 2
      packages/nc-gui/helpers/themes.js

2
packages/nc-gui/helpers/themes.js

@ -11,7 +11,7 @@ export default {
Default: {
// "primary": "#0989ff",
// "primary": "#1082da",
primary: '#1972e6',
primary: '#1348ba',
secondary: '#9575CD',
accent: '#FF4081',
info: '#2196F3',

Loading…
Cancel
Save