diff --git a/components/teks/teks.js b/components/teks/teks.js index 188a9f2..f170055 100644 --- a/components/teks/teks.js +++ b/components/teks/teks.js @@ -58,9 +58,9 @@ const Root = styled('div')(( [`& .${classes.separation}`]: { color: 'black', - [theme.getColorSchemeSelector('dark')]: { + ...theme.applyStyles('dark', { color: 'white' - } + }) }, '@media (max-width: 600px)': {