fix tile node border radius

This commit is contained in:
Evan Simkowitz 2024-09-04 15:32:45 -07:00
parent 64a7a6e533
commit 9cf87723dc
No known key found for this signature in database

View File

@ -70,7 +70,7 @@
}
.tile-node {
border-radius: calc(var(--block-border-radius) + 2px);
border-radius: calc(var(--block-border-radius) + 4px);
overflow: hidden;
width: 100%;
height: 100%;