export default defineAppConfig({ ui: { primary: 'sky', gray: 'slate', notifications: { position: 'bottom-right' }, button: { default: { color: 'neutral' } }, card: { default: { header: { padding: 'px-4 py-3' }, body: { padding: 'px-4 py-4' } } } } })