UX: make sure a-tag uses border radius var (#25882)

This commit is contained in:
chapoi 2024-02-26 17:17:04 +02:00 committed by GitHub
parent 7adedfa37a
commit 9ce2c20ab0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,6 +56,7 @@
line-height: var(--line-height-large);
display: flex;
align-items: center;
border-radius: var(--d-input-border-radius);
.d-icon {
margin-left: 5px;
margin-right: 0;