export default defineAppConfig({ ui: { colors: { primary: "indigo", neutral: "neutral", }, button: { slots: { base: "cursor-pointer", }, }, }, });