1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

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

This commit is contained in:
Jay Clark 2021-10-12 11:17:38 -04:00 committed by GitHub
parent e4cf12674e
commit d4c30d2613
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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