table: Add a theme color to fixed the drag column in dark mode text style (#476)
This commit is contained in:
parent
62ce148c19
commit
39ec84b989
1 changed files with 2 additions and 0 deletions
|
|
@ -77,6 +77,8 @@ impl Render for DragCol {
|
||||||
.px_4()
|
.px_4()
|
||||||
.py_1()
|
.py_1()
|
||||||
.bg(cx.theme().table_head)
|
.bg(cx.theme().table_head)
|
||||||
|
.text_color(cx.theme().muted_foreground)
|
||||||
|
.opacity(0.9)
|
||||||
.border_1()
|
.border_1()
|
||||||
.border_color(cx.theme().border)
|
.border_color(cx.theme().border)
|
||||||
.shadow_md()
|
.shadow_md()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue