bolt.diy / app /types /theme.ts
Sam Denty
fix: remove monorepo
6fb59d2 unverified
raw
history blame
38 Bytes
export type Theme = 'dark' | 'light';