UX: fix greyed out add button in chat composer when focussed (#21947)

This commit is contained in:
chapoi 2023-06-06 18:18:50 +09:00 committed by GitHub
parent 80b77b2e65
commit 8c4cbd748d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@
color: var(--primary-low-mid);
}
.is-send-disabled.is-focused & {
.is-focused & {
color: var(--primary-high);
}