mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-12 23:36:00 +00:00
added some themes
This commit is contained in:
parent
e0e154fcf6
commit
7b87188109
@ -75,6 +75,11 @@
|
||||
|
||||
}
|
||||
|
||||
.leaflet-tooltip {
|
||||
background-color: theme('colors.base-100');
|
||||
color: theme('colors.base-content');
|
||||
}
|
||||
|
||||
.leaflet-tooltip {
|
||||
border-radius: 1em;
|
||||
transition: opacity 500ms;
|
||||
|
||||
@ -31,10 +31,9 @@ module.exports = {
|
||||
require("daisyui"),
|
||||
require("tw-elements/dist/plugin.cjs")
|
||||
],
|
||||
daisyui: {
|
||||
themes: ["cupcake", "retro", "cyberpunk", "aqua"]
|
||||
},
|
||||
prefix: 'tw-',
|
||||
content: ['./src/**/*.{js,jsx,ts,tsx}'],
|
||||
darkMode: 'class',
|
||||
daisyui: {
|
||||
themes: ["light", "dark", "cupcake", "forest", "cyberpunk"],
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user