Commit f862a3f9 authored by vignesh mohankumar's avatar vignesh mohankumar Committed by GitHub

chore: add accentAction to sprinkles (#5146)

* fix: update Checkbox to accentActive

* revert checkbox

* one definition
parent 48d59551
...@@ -200,6 +200,7 @@ export const vars = createGlobalTheme(':root', { ...@@ -200,6 +200,7 @@ export const vars = createGlobalTheme(':root', {
outline: 'rgba(153, 161, 189, 0.24)', outline: 'rgba(153, 161, 189, 0.24)',
lightGrayOverlay: '#99A1BD14', lightGrayOverlay: '#99A1BD14',
accentActiveSoft: '#4c82fb3d', accentActiveSoft: '#4c82fb3d',
accentActive: '#4C82FB',
}, },
border: { border: {
transculent: '1.5px solid rgba(0, 0, 0, 0.1)', transculent: '1.5px solid rgba(0, 0, 0, 0.1)',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment