Skip to content

Commit c780cb6

Browse files
committed
fix: filter panel close button color on mobile
1 parent f8569d9 commit c780cb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/learningpath/FilterPanel.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ const FilterPanel = ({
3939
width: '36px',
4040
height: '36px',
4141
backgroundColor: isSmall ? 'transparent' : 'var(--icon-blue)',
42+
color: isSmall ? 'black' : 'white',
4243
}}
4344
/>
4445
</div>

0 commit comments

Comments
 (0)