rmwc
Version:
A thin React wrapper for Material Design (Web) Components
27 lines (25 loc) • 586 B
JavaScript
export const themeOptions = [
'primary ',
'secondary',
'background',
'surface',
'on-primary',
'on-secondary',
'on-surface',
'text-primary-on-background',
'text-secondary-on-background',
'text-hint-on-background',
'text-disabled-on-background',
'text-icon-on-background',
'text-primary-on-light',
'text-secondary-on-light',
'text-hint-on-light',
'text-disabled-on-light',
'text-icon-on-light',
'text-primary-on-dark',
'text-secondary-on-dark',
'text-hint-on-dark',
'text-disabled-on-dark',
'text-icon-on-dark'
];
export default themeOptions;