Skip to content

Commit

Permalink
upcoming: [DI-20929] - Updated styles for dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhagra-akamai committed Dec 6, 2024
1 parent 704296a commit 48c186b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const CloudPulseAppliedFilter = (
data-testid="applied-filter"
display="flex"
flexDirection={{ sm: 'row', xs: 'column' }}
flexWrap={{ sm: 'wrap', xs: 'nowrap' }}
flexWrap={{ sm: 'wrap' }}
maxHeight="70px"
mb={2}
mx={3}
Expand All @@ -40,10 +40,12 @@ export const CloudPulseAppliedFilter = (
<Chip
sx={{
backgroundColor: '#f0f7ff',
color: '#3d3d42',
fontSize: '14px',
mr: index === filterValue.length - 1 ? 4 : 1,
px: 1,
py: 0.5,
width: { sm: 'fit-content', xs: '100%' },
}}
key={`${label} ${value}`}
label={value}
Expand Down

0 comments on commit 48c186b

Please sign in to comment.