fix toolbar accent not updating
This commit is contained in:
parent
aa28092090
commit
b3edb38b33
|
@ -89,6 +89,7 @@ keyboard.ctrAltR = new KeyboardShortcut({
|
|||
alt: true,
|
||||
action: () => {
|
||||
theme.accent.random.render();
|
||||
toolbar.current.update.accent();
|
||||
applyCSSVar([
|
||||
'theme.accent.rgb.r',
|
||||
'theme.accent.rgb.g',
|
||||
|
|
Loading…
Reference in New Issue