Skip to content

Commit 4b08333

Browse files
authored
Merge pull request #2053 from oasisprotocol/csillag/quick-fix-for-mobile-graph
Quick fix for mobile opening screen
2 parents 8653132 + dbcb931 commit 4b08333

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.changelog/2053.bugfix.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Quick fix for mobile opening screen

src/app/pages/HomePage/Graph/HelpScreen/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import { TapIcon } from '../../../../components/CustomIcons/Tap'
1414
import { PinchIcon } from '../../../../components/CustomIcons/Pinch'
1515
import { NavigateIcon } from '../../../../components/CustomIcons/Navigate'
1616
import { Theme } from '@mui/material/styles/createTheme'
17+
import { COLORS } from 'styles/theme/colors'
1718

1819
const 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

3234
const SwiperBox = styled(Box)(() => ({

0 commit comments

Comments
 (0)