Fix toggle button 'off' color setting (#12331)

feature/default_network_editable
Jay Clark 3 years ago committed by GitHub
parent e4cf12674e
commit d4c30d2613
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ui/components/ui/toggle-button/toggle-button.component.js

@ -34,7 +34,7 @@ const colors = {
base: '#037DD6',
},
inactiveThumb: {
base: '#037DD6',
base: '#6A737D',
},
active: {
base: '#ffffff',

Loading…
Cancel
Save