Added Frontend
This commit is contained in:
38
frontend/app.config.ts
Normal file
38
frontend/app.config.ts
Normal file
@@ -0,0 +1,38 @@
|
||||
export default defineAppConfig({
|
||||
ui: {
|
||||
primary: 'green',
|
||||
gray: 'slate',
|
||||
tooltip: {
|
||||
background: '!bg-background'
|
||||
},
|
||||
variables: {
|
||||
dark: {
|
||||
background: 'var(--color-gray-950)'
|
||||
},
|
||||
header: {
|
||||
height: '5rem'
|
||||
}
|
||||
},
|
||||
notifications: {
|
||||
// Show toasts at the top right of the screen
|
||||
position: 'bottom-0 left-0'
|
||||
},
|
||||
icons: {
|
||||
/*dark: 'i-ph-moon-duotone',
|
||||
light: 'i-ph-sun-duotone',
|
||||
search: 'i-ph-magnifying-glass-duotone',
|
||||
external: 'i-ph-arrow-up-right',
|
||||
chevron: 'i-ph-caret-down',
|
||||
hash: 'i-ph-hash-duotone'*/
|
||||
},
|
||||
header: {
|
||||
wrapper: 'lg:mb-0 lg:border-0',
|
||||
popover: {
|
||||
links: {
|
||||
active: 'dark:bg-gray-950/50',
|
||||
inactive: 'dark:hover:bg-gray-950/50'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user