fix(source): fix popup tip (#215)

* 3.0.82

* version number

* fix popup tip radius
This commit is contained in:
Anton Tranelis 2025-05-06 11:26:17 +02:00 committed by GitHub
parent 9e6bcf1846
commit cc9fb9376d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "utopia-ui", "name": "utopia-ui",
"version": "3.0.81", "version": "3.0.82",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "utopia-ui", "name": "utopia-ui",
"version": "3.0.81", "version": "3.0.82",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"dependencies": { "dependencies": {
"@heroicons/react": "^2.0.17", "@heroicons/react": "^2.0.17",

View File

@ -1,6 +1,6 @@
{ {
"name": "utopia-ui", "name": "utopia-ui",
"version": "3.0.81", "version": "3.0.83",
"description": "Reuseable React Components to build mapping apps for real life communities and networks", "description": "Reuseable React Components to build mapping apps for real life communities and networks",
"repository": "https://github.com/utopia-os/utopia-ui", "repository": "https://github.com/utopia-os/utopia-ui",
"homepage": "https://utopia-os.org/", "homepage": "https://utopia-os.org/",

View File

@ -25,6 +25,10 @@
border-radius: var(--radius-box); border-radius: var(--radius-box);
} }
.leaflet-popup-tip-container, .leaflet-popup-tip{
border-radius: 0;
}
.leaflet-tooltip { .leaflet-tooltip {
background-color: var(--color-base-100); background-color: var(--color-base-100);
color: var(--color-base-content); color: var(--color-base-content);