We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 779987f commit a006c22Copy full SHA for a006c22
src/components/page/theming/ColorGenerator/index.tsx
@@ -12,7 +12,7 @@ import ColorInput from '../ColorInput';
12
const ColorGenerator = (props) => {
13
const [colors, setColors] = useState({
14
primary: generateColor('#3880ff'),
15
- secondary: generateColor('#5260ff'),
+ secondary: generateColor('#3dc2ff'),
16
tertiary: generateColor('#5260ff'),
17
success: generateColor('#2dd36f'),
18
warning: generateColor('#ffc409'),
0 commit comments