Skip to content

Commit 7711850

Browse files
fixed styling issue with feedback's open category
Signed-off-by: Lenox Wiltshire <lenoxwiltshire@gmail.com>
1 parent 670f7e6 commit 7711850

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

src/custom/Feedback/style.tsx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -252,11 +252,9 @@ export const FeedbackOptionButton = styled(Button)<FeedbackMessageProps>(({ them
252252
background: isOpen ? SNOW_WHITE : theme.palette.navigation.secondary,
253253
color: isOpen
254254
? theme.palette.mode === 'dark'
255-
? SNOW_WHITE
256-
: BLACK
257-
: theme.palette.mode === 'dark'
258-
? SNOW_WHITE
259-
: SNOW_WHITE,
255+
? BLACK
256+
: SNOW_WHITE
257+
: SNOW_WHITE,
260258
fill: isOpen ? theme.palette.icon.default : SNOW_WHITE,
261259
stroke: isOpen ? theme.palette.icon.inverse : theme.palette.icon.brand,
262260
'&:hover': {

0 commit comments

Comments
 (0)