mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-24 10:54:04 +08:00
Add background to gr.Code line numbers (#8931)
* fix background colour in gr.code * add changeset --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
parent
223688b70a
commit
4c2d37db84
6
.changeset/short-emus-cry.md
Normal file
6
.changeset/short-emus-cry.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
"@gradio/code": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Add background to gr.Code line numbers
|
@ -151,7 +151,7 @@
|
||||
".cm-gutters": {
|
||||
marginRight: "1px",
|
||||
borderRight: "1px solid var(--border-color-primary)",
|
||||
backgroundColor: "transparent",
|
||||
backgroundColor: "var(--block-background-fill);",
|
||||
color: "var(--body-text-color-subdued)"
|
||||
},
|
||||
".cm-focused": {
|
||||
|
Loading…
Reference in New Issue
Block a user