Skip to content

Commit ccfb2d2

Browse files
committed
Fix text color for TOS in welcome page
Signed-off-by: Mantas Domaševičius <mantas@mysterium.network>
1 parent 781bd35 commit ccfb2d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Pages/Authenticated/Onboarding/WelcomePage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ const TOS = styled.div`
139139
display: flex;
140140
gap: 5px;
141141
margin-top: 20px;
142-
142+
color: ${({ theme }) => theme.text.colorMain};
143143
@media ${devices.tablet} {
144144
margin-top: 40px;
145145
margin-bottom: 20px;

0 commit comments

Comments
 (0)