mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-14 10:05:25 -04:00
Improve importance radio contrast
This commit is contained in:
@@ -36,10 +36,10 @@ type ImportanceColorsType = {
|
||||
}
|
||||
|
||||
export const IMPORTANCE_RADIO_COLORS: ImportanceColorsType = {
|
||||
0: `bg-stone-400 ring-stone-400 dark:bg-stone-500 dark:ring-stone-500`,
|
||||
1: `bg-teal-200 ring-teal-200 dark:bg-teal-100 dark:ring-teal-100 `,
|
||||
2: `bg-teal-300 ring-teal-300 dark:bg-teal-200 dark:ring-teal-200 `,
|
||||
3: `bg-teal-400 ring-teal-400`,
|
||||
0: `bg-teal-300 ring-teal-200`,
|
||||
1: `bg-teal-500 ring-teal-200`,
|
||||
2: `bg-teal-700 ring-teal-300`,
|
||||
3: `bg-teal-900 ring-teal-400`,
|
||||
}
|
||||
|
||||
export const IMPORTANCE_DISPLAY_COLORS: ImportanceColorsType = {
|
||||
|
||||
@@ -27,7 +27,7 @@ export function RadioToggleGroup(props: {
|
||||
|
||||
const length = orderedChoicesMap.length
|
||||
return (
|
||||
<Row className="text-ink-300 dark:text-ink-600 mb-6 items-center gap-3 text-sm">
|
||||
<Row className="text-ink-500 dark:text-ink-500 mb-6 items-center gap-3 text-sm">
|
||||
{orderedChoicesMap[0][0]}
|
||||
<RadioGroup
|
||||
className={clsx(
|
||||
|
||||
Reference in New Issue
Block a user