UNPKG

@grafana/ui

Version:
15 lines (12 loc) 310 B
import { css } from '@emotion/react'; "use strict"; function getExtraStyles(theme) { return css({ // fix white background on intercom in dark mode "iframe.intercom-borderless-frame": { colorScheme: theme.colors.mode } }); } export { getExtraStyles }; //# sourceMappingURL=extra.mjs.map