added delete all widgets button

This commit is contained in:
2025-07-31 09:50:40 -07:00
parent 0aeabbc218
commit f5b694508e
3 changed files with 30 additions and 16 deletions
@@ -20,17 +20,6 @@ export default function Dashboard() {
return (
<>
{/* <Global styles={css`
.leaflet-tile,
.leaflet-control-zoom-in,
.leaflet-control-zoom-out,
.leaflet-control-attribution {
filter: invert(100%) hue-rotate(180deg) brightness(95%) contrast(90%);
}
.leaflet-container {
background-color: #1e1e1e;
*/}
<Grid css={styles}
templateRows="1fr 11fr"
templateColumns="1fr 20fr"