@zohodesk/components
Version:
Dot UI is a customizable React component library built to deliver a clean, accessible, and developer-friendly UI experience. It offers a growing set of reusable components designed to align with modern design systems and streamline application development
21 lines • 461 B
CSS
.default {
--label_text_color: var(--zdt_label_default_text);
}
.primary {
--label_text_color: var(--zdt_label_primary_text);
}
.secondary {
--label_text_color: var(--zdt_label_secondary_text);
}
.danger {
--label_text_color: var(--zdt_label_danger_text);
}
.mandatory {
--label_text_color: var(--zdt_label_mandatory_text);
}
.disable {
--label_text_color: var(--zdt_label_disable_text);
}
.dark {
--label_text_color: var(--zdt_label_dark_text);
}