We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 840123b + 536d073 commit a3cf330Copy full SHA for a3cf330
1 file changed
components/form/builder/src/Switch/index.js
@@ -28,7 +28,7 @@ const Switch = ({switchField, tabIndex, onChange, errors, alerts, renderer}) =>
28
: ''
29
30
const switchProps = {
31
- color: atomSwitchColors.NEUTRAL,
+ color: atomSwitchColors.PRIMARY,
32
design: atomSwitchDesigns.SINGLE,
33
defaultChecked: switched,
34
label: switchField.label,
0 commit comments