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 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
Original file line number Diff line number Diff line change @@ -104,3 +104,7 @@ code {
104104li p {
105105 margin : 0 ;
106106}
107+
108+ .leaflet-container {
109+ background : var (--tblr-active-bg ) !important ;
110+ }
You can’t perform that action at this time.
0 commit comments