File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
src/app/pages/HomePage/Graph/HelpScreen Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 1+ Quick fix for mobile opening screen
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ import { TapIcon } from '../../../../components/CustomIcons/Tap'
1414import { PinchIcon } from '../../../../components/CustomIcons/Pinch'
1515import { NavigateIcon } from '../../../../components/CustomIcons/Navigate'
1616import { Theme } from '@mui/material/styles/createTheme'
17+ import { COLORS } from 'styles/theme/colors'
1718
1819const HelpScreenContainer = styled ( Box ) ( ( ) => ( {
1920 position : 'absolute' ,
@@ -27,6 +28,7 @@ const HelpScreenContainer = styled(Box)(() => ({
2728 minHeight : '185px' ,
2829 width : '90%' ,
2930 height : '100%' ,
31+ color : COLORS . white ,
3032} ) )
3133
3234const SwiperBox = styled ( Box ) ( ( ) => ( {
You can’t perform that action at this time.
0 commit comments