Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git] / packages / colors / index.ts
blob77ddac91537f395f82235e82d2aaf23d1e3ceba3
1 export { default as genAccentShades } from './gen-accent-shades';
2 export { default as getVariableFromThemeColor } from './get-variable-from-theme-color';
3 export { genPillTextColorShades, genPillBackgroundColorShades } from './gen-pill-shades';
4 export * from './types';