Skip to content

Commit 596853c

Browse files
committed
Use hex variables in useColors
1 parent 125f6dc commit 596853c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/useColors.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,9 @@ import { fr } from "./fr";
3737
export function useColors() {
3838
const { isDark } = useIsDark();
3939

40-
return fr.colors.getHex({ isDark });
40+
return {
41+
isDark,
42+
"options": fr.colors.options,
43+
"decisions": fr.colors.decisions
44+
};
4145
}

0 commit comments

Comments
 (0)