Skip to content

Commit

Permalink
Remove subdued background colour (#136466)
Browse files Browse the repository at this point in the history
  • Loading branch information
Heenawter authored Jul 18, 2022
1 parent e483229 commit 5bdcf43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export const ControlGroup = () => {
return null;
}

let panelBg: 'subdued' | 'plain' | 'success' = 'subdued';
let panelBg: 'transparent' | 'plain' | 'success' = 'transparent';
if (emptyState) panelBg = 'plain';
if (draggingId) panelBg = 'success';

Expand Down

0 comments on commit 5bdcf43

Please sign in to comment.