🐛 Fix radio buttons gap

This commit is contained in:
Eva Marco 2025-06-19 11:23:32 +02:00
parent 03a82c18cb
commit b595d5abf8
2 changed files with 3 additions and 0 deletions

View file

@ -53,6 +53,8 @@ on-premises instances** that want to keep up to date.
- Fix wrong color in the export progress bar [Taiga #11299](https://tree.taiga.io/project/penpot/issue/11299) - Fix wrong color in the export progress bar [Taiga #11299](https://tree.taiga.io/project/penpot/issue/11299)
- Fix right sidebar width overflow on long layer names [Taiga #11212](https://tree.taiga.io/project/penpot/issue/11212) - Fix right sidebar width overflow on long layer names [Taiga #11212](https://tree.taiga.io/project/penpot/issue/11212)
- Fix comment icon fill [Taiga #11388](https://tree.taiga.io/project/penpot/issue/11388) - Fix comment icon fill [Taiga #11388](https://tree.taiga.io/project/penpot/issue/11388)
- Fix gap on radio-buttons component [Taiga #11360](https://tree.taiga.io/project/penpot/issue/11360)
## 2.7.2 ## 2.7.2
### :bug: Bugs fixed ### :bug: Bugs fixed

View file

@ -11,6 +11,7 @@
border-radius: $br-8; border-radius: $br-8;
height: $s-32; height: $s-32;
background-color: var(--input-background-color); background-color: var(--input-background-color);
gap: $s-4;
} }
.radio-icon { .radio-icon {