DataTable tinting

This commit is contained in:
Darren Burns
2024-10-22 09:43:14 +01:00
parent 22fa8a6926
commit 1a111f824f

View File

@@ -327,6 +327,10 @@ class DataTable(ScrollView, Generic[CellType], can_focus=True):
color: $block-cursor-foreground;
text-style: $block-cursor-text-style;
}
& > .datatable--header {
background-tint: $foreground 5%;
}
}
&:dark {