Update frontend configs

main
TZGyn 3 years ago
parent 2b4b39afc7
commit 73599247fc
Signed by: TZGyn
GPG Key ID: 122EAF77AE81FD4A

@ -0,0 +1,10 @@
export default defineAppConfig({
nuxtIcon: {
size: '24px', // default <Icon> size applied
class: 'icon', // default <Icon> class applied
aliases: {
nuxt: 'logos:nuxt-icon',
loading: 'svg-spinners:90-ring-with-bg',
},
},
})

@ -5,11 +5,11 @@ module.exports = {
theme: {
extend: {
colors: {
primary: '#0c0c0d',
secondary: '#18181b',
darkgray: '#121213',
primary: '#000000',
secondary: '#0c0c0d',
darkgray: '#18181b',
lightgray: '#27272a',
white: '#e5e7eb',
light: '#e5e7eb',
},
},
},

Loading…
Cancel
Save