When using the map component without a basemap, use a light background color that respects the theme color.

This commit is contained in:
lovasoa
2024-12-28 23:02:52 +01:00
parent 9e804ccfab
commit 2c8d14edbc
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -38,6 +38,7 @@
- Updated the welcome message displayed on the terminal when starting the server to be friendlier and more helpful.
- Display the page footer (by default: `Built with SQLPage`) at the bottom of the page instead of immediately after the main content.
- Improve links in the list component: The entire list item is now clickable, when a `link` property is provided.
- When using the map component without a basemap, use a light background color that respects the theme color.
## 0.31.0 (2024-11-24)
+4
View File
@@ -104,3 +104,7 @@ code {
li p {
margin: 0;
}
.leaflet-container {
background: var(--tblr-active-bg) !important;
}