Refactor data table components for improved styling consistency
Publish telemt-api gateway Docker image / test (push) Successful in 27s
Publish telemt-api gateway Docker image / build-and-push (push) Successful in 2m25s

- Removed unnecessary background color from the data table toolbar for a cleaner look.
- Updated text color in sortable table headers to enhance readability and maintain a cohesive theme.
- Adjusted padding and border styles in user page components for better alignment and visual consistency.
This commit is contained in:
Denozordec
2026-03-31 19:27:23 +07:00
parent 9533241624
commit e4e164aee9
3 changed files with 7 additions and 8 deletions
@@ -13,7 +13,7 @@
<div
class={cn(
'flex flex-wrap items-center justify-between gap-2 border-b border-border bg-muted/30 px-3 py-2',
'flex flex-wrap items-center justify-between gap-2 border-b border-border px-3 py-2',
className
)}
>