From e4e164aee9f1c0bc2c1e4fbe381d6816c27dfed2 Mon Sep 17 00:00:00 2001 From: Denozordec Date: Tue, 31 Mar 2026 19:27:23 +0700 Subject: [PATCH] Refactor data table components for improved styling consistency - 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. --- .../lib/components/data-table/data-table-toolbar.svelte | 2 +- web/src/lib/components/data-table/sortable-th.svelte | 5 +++-- web/src/routes/users/+page.svelte | 8 +++----- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/web/src/lib/components/data-table/data-table-toolbar.svelte b/web/src/lib/components/data-table/data-table-toolbar.svelte index dd9bf36..0fb7119 100644 --- a/web/src/lib/components/data-table/data-table-toolbar.svelte +++ b/web/src/lib/components/data-table/data-table-toolbar.svelte @@ -13,7 +13,7 @@
diff --git a/web/src/lib/components/data-table/sortable-th.svelte b/web/src/lib/components/data-table/sortable-th.svelte index e75724b..520a837 100644 --- a/web/src/lib/components/data-table/sortable-th.svelte +++ b/web/src/lib/components/data-table/sortable-th.svelte @@ -26,7 +26,7 @@ {#snippet toolbar()}
-
+
@@ -418,7 +416,7 @@ {/if}
Имя