Browse Source

WIP

qdn-metadata
AlphaX-Projects 3 years ago committed by GitHub
parent
commit
b0b19b77eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      qortal-ui-core/config/default.styles.config.js
  2. 1
      qortal-ui-core/config/default.user.config.js

9
qortal-ui-core/config/default.styles.config.js

@ -34,15 +34,6 @@ const styles = {
'#2196f3',
'#d81b60'
]
},
// Will make theme be calculated from config.styles.themes[config.user.theme]... or make theme the base..so it becomes theme = {...config.styles.theme, ...config.styles.themes[config.user.theme]}
themes: {
light: {
// ...
},
dark: {
// ...
}
}
}

1
qortal-ui-core/config/default.user.config.js

@ -6,7 +6,6 @@ const user = {
pingInterval: 10 * 1000, // (10 secs)
},
language: 'english', // default...english
theme: 'light',
server: {
writeHosts: {
enabled: true,

Loading…
Cancel
Save