File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 38
38
- Updated the welcome message displayed on the terminal when starting the server to be friendlier and more helpful.
39
39
- Display the page footer (by default: ` Built with SQLPage` ) at the bottom of the page instead of immediately after the main content.
40
40
- 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.
41
42
42
43
# # 0.31.0 (2024-11-24)
43
44
Original file line number Diff line number Diff line change @@ -104,3 +104,7 @@ code {
104
104
li p {
105
105
margin : 0 ;
106
106
}
107
+
108
+ .leaflet-container {
109
+ background : var (--tblr-active-bg ) !important ;
110
+ }
You can’t perform that action at this time.
0 commit comments