|
1 | | - |
2 | | - |
3 | 1 | export const styles = () => ({ |
4 | 2 | colors: { |
5 | 3 | lightHtml: "#FFFFFF", // main background |
@@ -146,6 +144,16 @@ export const styles = () => ({ |
146 | 144 | lightButtonsHover: "alias:lightPrimary lighten", // button hover |
147 | 145 | lightButtonsBorderHover: "alias:lightPrimary", // button border hover |
148 | 146 | lightButtonFocusRing: "alias:lightPrimary opacity:0.6", // button focus ring |
| 147 | + |
| 148 | + lightButtonGroupBackground: "#FFFFFF", // button group background |
| 149 | + lightButtonGroupBorder: "#D1D5DB", // button group border |
| 150 | + lightButtonGroupText: "#111827", // button group text |
| 151 | + lightButtonGroupFocusRing: "#F3F4F6", // button group focus ring |
| 152 | + lightButtonGroupBackgroundHover: "#F3F4F6", // button group background hover |
| 153 | + lightButtonGroupTextHover: "alias:lightPrimary", // button group text hover |
| 154 | + lightButtonGroupActiveBackground: "alias:lightPrimary", // button group active background |
| 155 | + lightButtonGroupActiveText: "alias:lightPrimaryContrast", // button group active text |
| 156 | + lightButtonGroupActiveFocusRing: "alias:lightPrimary opacity:0.6", // button group active focus ring |
149 | 157 |
|
150 | 158 | lightDropdownButtonsBackground: "#f9fafb", // dropdown button/input background color |
151 | 159 | lightDropownButtonsBorder: "#D1D5DB", //border color |
@@ -332,11 +340,12 @@ export const styles = () => ({ |
332 | 340 | lightToastCloseIconFocusRing: "#D1D5DB", |
333 | 341 | lightToastText: "#6B7280", |
334 | 342 |
|
| 343 | + lightCardBackground: "#FFFFFF", |
| 344 | + lightCardBackgroundHover: "#F3F4F6", |
| 345 | + lightCardBorder: "#E5E7EB", |
| 346 | + lightCardTitle: "#374151", |
| 347 | + lightCardDescription: "#6B7280", |
335 | 348 |
|
336 | | - |
337 | | - |
338 | | - |
339 | | - |
340 | 349 | // colors for dark theme |
341 | 350 | darkHtml: "#111827", |
342 | 351 |
|
@@ -479,11 +488,20 @@ export const styles = () => ({ |
479 | 488 | darkButtonsBorderHover: "alias:darkPrimary", // button border hover |
480 | 489 | darkButtonFocusRing: "alias:darkPrimary opacity:0.6", // button focus ring |
481 | 490 |
|
| 491 | + darkButtonGroupBackground: "#1F2937", // button group background |
| 492 | + darkButtonGroupBorder: "#4B5563", // button group border |
| 493 | + darkButtonGroupText: "#9CA3AF", // button group text |
| 494 | + darkButtonGroupFocusRing: "#374151", // button group focus ring |
| 495 | + darkButtonGroupBackgroundHover: "#374151", // button group background hover |
| 496 | + darkButtonGroupTextHover: "alias:darkButtonGroupText", // button group text hover |
| 497 | + darkButtonGroupActiveBackground: "alias:darkPrimary", // button group active background |
| 498 | + darkButtonGroupActiveText: "alias:darkPrimaryContrast", // button group active text |
| 499 | + darkButtonGroupActiveFocusRing: "alias:darkPrimary opacity:0.6", // button group active focus ring |
| 500 | + |
482 | 501 | darkDropdownButtonsBackground: "#374151", |
483 | 502 | darkDropdownButtonsBorder: "#4b5563", |
484 | 503 | darkDropdownButtonsText: "#FFFFFF", |
485 | 504 | darkDropdownButtonsPlaceholderText: "#9CA3AF", |
486 | | - |
487 | 505 | darkDropdownOptionsBackground: "#374151", |
488 | 506 | darkDropdownOptionsHoverBackground: "#4b5563", |
489 | 507 | darkDropdownPicked:"#212a40", |
@@ -665,6 +683,11 @@ export const styles = () => ({ |
665 | 683 | darkToastCloseIconFocusRing: "#374151", |
666 | 684 | darkToastText: "#9CA3AF", |
667 | 685 |
|
| 686 | + darkCardBackground: "#1F2937", // card background |
| 687 | + darkCardBackgroundHover: "#374151", // card background hover |
| 688 | + darkCardBorder: "#4B5563", // card border |
| 689 | + darkCardTitle: "#FFFFFF", // card title |
| 690 | + darkCardDescription: "#9CA3AF", // card description |
668 | 691 |
|
669 | 692 | }, |
670 | 693 | boxShadow: { |
|
0 commit comments