* dev: new chart components * chore: separate out pie chart tooltip * chore: remove unused any types * chore: move chart components to propel package
3 lines
152 B
TypeScript
3 lines
152 B
TypeScript
export const LABEL_CLASSNAME = "uppercase text-custom-text-300/60 text-sm tracking-wide";
|
|
export const AXIS_LINE_CLASSNAME = "text-custom-text-400/70";
|