@@ -153,14 +153,14 @@ var header = (function(){
153153dot : function ( ) {
154154if ( state . get . current ( ) . header . button . colorAccent . dot . show ) {
155155helper . addClass ( helper . getClosest ( helper . e ( ".control-theme-color-rgb-quick" ) , ".input-wrap" ) , "input-color-dot" ) ;
156- helper . addClass ( helper . getClosest ( helper . e ( ".control-theme-color-rgb-quick" ) , ".input-wrap" ) , "input-color-dot-accent " ) ;
156+ helper . addClass ( helper . getClosest ( helper . e ( ".control-theme-color-rgb-quick" ) , ".input-wrap" ) , "input-color-dot-shade " ) ;
157157helper . removeClass ( helper . getClosest ( helper . e ( ".control-theme-color-rgb-quick" ) , ".input-wrap" ) , "input-hide" ) ;
158158helper . addClass ( helper . getClosest ( helper . e ( ".control-theme-accent-current-quick" ) , ".input-wrap" ) , "input-color-dot" ) ;
159159helper . addClass ( helper . getClosest ( helper . e ( ".control-theme-accent-current-quick" ) , ".input-wrap" ) , "input-color-dot-accent" ) ;
160160helper . removeClass ( helper . getClosest ( helper . e ( ".control-theme-accent-current-quick" ) , ".input-wrap" ) , "input-hide" ) ;
161161} else {
162162helper . removeClass ( helper . getClosest ( helper . e ( ".control-theme-color-rgb-quick" ) , ".input-wrap" ) , "input-color-dot" ) ;
163- helper . removeClass ( helper . getClosest ( helper . e ( ".control-theme-color-rgb-quick" ) , ".input-wrap" ) , "input-color-dot-accent " ) ;
163+ helper . removeClass ( helper . getClosest ( helper . e ( ".control-theme-color-rgb-quick" ) , ".input-wrap" ) , "input-color-dot-shade " ) ;
164164helper . addClass ( helper . getClosest ( helper . e ( ".control-theme-color-rgb-quick" ) , ".input-wrap" ) , "input-hide" ) ;
165165helper . removeClass ( helper . getClosest ( helper . e ( ".control-theme-accent-current-quick" ) , ".input-wrap" ) , "input-color-dot" ) ;
166166helper . removeClass ( helper . getClosest ( helper . e ( ".control-theme-accent-current-quick" ) , ".input-wrap" ) , "input-color-dot-accent" ) ;
0 commit comments