diff --git a/src/shared/components/atoms/GlobalStyle.tsx b/src/shared/components/atoms/GlobalStyle.tsx index 1cd1359e3d..8360072806 100644 --- a/src/shared/components/atoms/GlobalStyle.tsx +++ b/src/shared/components/atoms/GlobalStyle.tsx @@ -43,6 +43,11 @@ button { transition: 100ms color; } +th, +td { + background-color: ${theme.colors.background.primary}; +} + /* total width */ scrollbar-width: 8px; scrollbar-height: 8px; @@ -113,6 +118,11 @@ export default createGlobalStyle` font-size: ${({ theme }) => theme.sizes.fonts.md}px; } + th, + td { + background-color: ${({ theme }) => theme.colors.background.primary}; + } + .icon { transition: 100ms color; }