Skip to content

Commit

Permalink
Table styles
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenburns committed Oct 21, 2024
1 parent e82bdba commit 22fa8a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/textual/widgets/_data_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,8 @@ class DataTable(ScrollView, Generic[CellType], can_focus=True):
& > .datatable--header {
text-style: bold;
background: $primary;
color: $text;
background: $panel;
color: $foreground;
}
& > .datatable--fixed {
Expand Down

0 comments on commit 22fa8a6

Please sign in to comment.