From 9d00f24f4dd857830918656e98348e1551858846 Mon Sep 17 00:00:00 2001 From: Mikyo King Date: Tue, 3 Dec 2024 14:12:26 -0700 Subject: [PATCH] more minimal style --- app/src/components/table/styles.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/src/components/table/styles.ts b/app/src/components/table/styles.ts index 4eb2005548..0785c20225 100644 --- a/app/src/components/table/styles.ts +++ b/app/src/components/table/styles.ts @@ -52,7 +52,9 @@ export const tableCSS = (theme: Theme) => css` } // Style action menu buttons in the header .ac-button[data-size="compact"][data-childless="true"] { - padding: var(--ac-global-dimension-size-25); + padding: 0; + border: none; + background-color: transparent; } } }