fix flipping of disconnect/export keys colors
This commit is contained in:
@@ -91,10 +91,10 @@ Styled.Item = styled(Item)<{ $highlightColor: 'accent' | 'positive' | 'negative'
|
||||
--item-highlighted-textColor: var(--color-accent);
|
||||
`,
|
||||
['positive']: `
|
||||
--item-highlighted-textColor: var(--color-positive);
|
||||
--item-highlighted-textColor: var(--color-success);
|
||||
`,
|
||||
['negative']: `
|
||||
--item-highlighted-textColor: var(--color-negative);
|
||||
--item-highlighted-textColor: var(--color-error);
|
||||
`,
|
||||
}[$highlightColor])}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user