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: { theme: {
extend: { extend: {
colors: { colors: {
primary: '#0c0c0d', primary: '#000000',
secondary: '#18181b', secondary: '#0c0c0d',
darkgray: '#121213', darkgray: '#18181b',
lightgray: '#27272a', lightgray: '#27272a',
white: '#e5e7eb', light: '#e5e7eb',
}, },
}, },
}, },

Loading…
Cancel
Save