UX: update composer border colour (#24176)

This commit is contained in:
chapoi 2023-10-31 14:51:10 +02:00 committed by GitHub
parent 6269134eed
commit 05e810e3bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
flex-direction: column;
background-color: var(--secondary);
position: relative;
border: 1px solid var(--primary-medium);
border: 1px solid var(--primary-400);
border-radius: var(--d-input-border-radius);
min-height: 0;