table: Add a theme color to fixed the drag column in dark mode text style (#476)

This commit is contained in:
ihavecoke 2024-12-09 20:00:48 +08:00 committed by GitHub
parent 62ce148c19
commit 39ec84b989
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -77,6 +77,8 @@ impl Render for DragCol {
.px_4()
.py_1()
.bg(cx.theme().table_head)
.text_color(cx.theme().muted_foreground)
.opacity(0.9)
.border_1()
.border_color(cx.theme().border)
.shadow_md()