kbd: Use background for Kbd. (#699)

This commit is contained in:
Jason Lee 2025-03-10 17:03:41 +08:00 committed by GitHub
parent 3e4a3ed046
commit 4db0fd5819
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -57,6 +57,7 @@ impl RenderOnce for Kbd {
.border_1()
.border_color(cx.theme().border)
.text_color(cx.theme().muted_foreground)
.bg(cx.theme().background)
.py_0p5()
.px_1()
.rounded_md()