UX: lower border radius for channel cards (#22513)

This commit is contained in:
chapoi 2023-07-10 19:07:01 +02:00 committed by GitHub
parent 0b36cf5a3f
commit 8c74bb6573
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
position: relative;
padding: 1.25rem;
background-color: var(--primary-very-low);
border-radius: var(--d-border-radius-large);
border-radius: var(--d-border-radius);
min-height: 0;
min-width: 0;
border-left: 5px solid transparent;