Theme select & Accessability :^)
All checks were successful
Docker Deploy / build-and-push (push) Successful in 4m0s
All checks were successful
Docker Deploy / build-and-push (push) Successful in 4m0s
This commit is contained in:
9
src/styles/theme-light.ts
Normal file
9
src/styles/theme-light.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { createCatppuccinPlugin } from "@catppuccin/daisyui";
|
||||
|
||||
export default createCatppuccinPlugin(
|
||||
"latte",
|
||||
{},
|
||||
{
|
||||
default: false,
|
||||
},
|
||||
);
|
||||
Reference in New Issue
Block a user