How can I get the dark and light mode color strings for a theme slot?
I tried something like:
import { getTheme } from '@fluentui/react';
const theme = getTheme();
theme.palette.neutralPrimary
but that only returns the color for the current mode (light or dark), not both.