@cgi-learning-hub/ui
Version:
React component library for Hub's design system, built on Material UI with custom and extended components.
14 lines (12 loc) • 552 B
CSS
:root {
--toastify-color-light: var(--theme-palette-common-white);
--toastify-color-dark: var(--theme-palette-common-black);
--toastify-color-info: var(--theme-palette-info-main);
--toastify-color-success: var(--theme-palette-success-main);
--toastify-color-warning: var(--theme-palette-warning-main);
--toastify-color-error: var(--theme-palette-error-main);
--toastify-font-family: Roboto;
--toastify-text-color-light: var(--theme-palette-text-primary);
--toastify-text-color-dark: var(--theme-palette-common-white);
}
/*$vite$:1*/