Skip to content

Commit 2c8d14e

Browse files
committed
When using the map component without a basemap, use a light background color that respects the theme color.
1 parent 9e804cc commit 2c8d14e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
- Updated the welcome message displayed on the terminal when starting the server to be friendlier and more helpful.
3939
- Display the page footer (by default: `Built with SQLPage`) at the bottom of the page instead of immediately after the main content.
4040
- Improve links in the list component: The entire list item is now clickable, when a `link` property is provided.
41+
- When using the map component without a basemap, use a light background color that respects the theme color.
4142

4243
## 0.31.0 (2024-11-24)
4344

sqlpage/sqlpage.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,7 @@ code {
104104
li p {
105105
margin: 0;
106106
}
107+
108+
.leaflet-container {
109+
background: var(--tblr-active-bg) !important;
110+
}

0 commit comments

Comments
 (0)