Skip to content

Commit

Permalink
feat: add results number and styling titles
Browse files Browse the repository at this point in the history
  • Loading branch information
maximeperrault committed Jan 28, 2025
1 parent c04f154 commit f99f5b5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { LayerSelector } from '@features/layersSelector/utils/LayerSelector.style'
import { THEME } from '@mtes-mct/monitor-ui'
import styled from 'styled-components'

export const SelectedLayerList = styled.ul`
Expand All @@ -12,7 +11,7 @@ export const SelectedLayerList = styled.ul`
export const ResultNumber = styled.small`
font-size: 13px;
font-weight: regular;
color: ${THEME.color.slateGray};
color: ${p => p.theme.color.slateGray};
`

export const StyledLayerList = styled(LayerSelector.LayerList)`
Expand Down

0 comments on commit f99f5b5

Please sign in to comment.