From e71d3eb11e6e389c6479db0fb4c9a240aae76fe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20S=C3=B6derberg?= <2233092+davidsoderberg@users.noreply.github.com> Date: Thu, 13 Jun 2024 10:20:23 +0200 Subject: [PATCH] fix: semantic colors tokens for table (#5721) --- libs/novui/src/tokens/semanticColors.tokens.ts | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/libs/novui/src/tokens/semanticColors.tokens.ts b/libs/novui/src/tokens/semanticColors.tokens.ts index aec826a6aab..e8639d45a07 100644 --- a/libs/novui/src/tokens/semanticColors.tokens.ts +++ b/libs/novui/src/tokens/semanticColors.tokens.ts @@ -16,20 +16,6 @@ export const LEGACY_COLOR_SEMANTIC_TOKENS = defineSemanticTokens.colors({ type: 'color', }, }, - table: { - header: { - border: { - value: { base: '{colors.legacy.B98}', _dark: '{colors.legacy.B30}' }, - type: 'color', - }, - }, - row: { - border: { - value: { base: '{colors.legacy.B98}', _dark: '{colors.legacy.B20}' }, - type: 'color', - }, - }, - }, typography: { text: { main: {