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