From 4d8c2291a438318ed30c1d4007beee717b636d43 Mon Sep 17 00:00:00 2001 From: sarahschwartz <58856580+sarahschwartz@users.noreply.github.com> Date: Wed, 1 Nov 2023 12:18:54 -0600 Subject: [PATCH] fix table color --- src/components/Table.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/Table.tsx b/src/components/Table.tsx index 6bfca9e7e..000912b57 100644 --- a/src/components/Table.tsx +++ b/src/components/Table.tsx @@ -39,6 +39,9 @@ const styles = { py: '$3', px: '$4', mb: '$6', + 'html[class="fuel_light-theme"] &': { + color: 'black', + }, tableLayout: 'fixed', background: '$intentsBase1', borderRadius: '$lg',