kbd: Use background for Kbd. (#699)
This commit is contained in:
parent
3e4a3ed046
commit
4db0fd5819
1 changed files with 1 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue