From cbf81336e0e2eb549160344d37c1bf67cf09f6b9 Mon Sep 17 00:00:00 2001 From: ValueOn AG Date: Tue, 7 Apr 2026 22:42:29 +0200 Subject: [PATCH] ux design --- .../FormGeneratorTable/FormGeneratorTable.module.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/FormGenerator/FormGeneratorTable/FormGeneratorTable.module.css b/src/components/FormGenerator/FormGeneratorTable/FormGeneratorTable.module.css index f9f1db0..eca71cb 100644 --- a/src/components/FormGenerator/FormGeneratorTable/FormGeneratorTable.module.css +++ b/src/components/FormGenerator/FormGeneratorTable/FormGeneratorTable.module.css @@ -27,10 +27,10 @@ min-height: 0; max-height: 100%; overflow: hidden; - border: 1px solid var(--color-border, #e2e8f0); - border-radius: 10px; + border: 1px solid var(--color-border, #E2E8F0); + border-radius: 8px; background: var(--color-bg); - box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06); + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04); } /* Top horizontal scrollbar */