Files
honghe-acfic-chat/hero.ts
2025-08-31 01:54:40 +08:00

16 lines
228 B
TypeScript

import { heroui } from '@heroui/theme'
export default heroui({
themes: {
light: {
colors: {
primary: '#BD1A2D',
},
},
dark: {
colors: {
primary: '#BD1A2D',
},
},
},
})