mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +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 {
|
.leaflet-tooltip {
|
||||||
border-radius: 1em;
|
border-radius: 1em;
|
||||||
transition: opacity 500ms;
|
transition: opacity 500ms;
|
||||||
|
|||||||
@ -31,10 +31,9 @@ module.exports = {
|
|||||||
require("daisyui"),
|
require("daisyui"),
|
||||||
require("tw-elements/dist/plugin.cjs")
|
require("tw-elements/dist/plugin.cjs")
|
||||||
],
|
],
|
||||||
|
daisyui: {
|
||||||
|
themes: ["cupcake", "retro", "cyberpunk", "aqua"]
|
||||||
|
},
|
||||||
prefix: 'tw-',
|
prefix: 'tw-',
|
||||||
content: ['./src/**/*.{js,jsx,ts,tsx}'],
|
content: ['./src/**/*.{js,jsx,ts,tsx}'],
|
||||||
darkMode: 'class',
|
|
||||||
daisyui: {
|
|
||||||
themes: ["light", "dark", "cupcake", "forest", "cyberpunk"],
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user