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",
"version": "3.0.81",
"version": "3.0.82",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "utopia-ui",
"version": "3.0.81",
"version": "3.0.82",
"license": "GPL-3.0-only",
"dependencies": {
"@heroicons/react": "^2.0.17",

View File

@ -1,6 +1,6 @@
{
"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",
"repository": "https://github.com/utopia-os/utopia-ui",
"homepage": "https://utopia-os.org/",

View File

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