1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 01:39:44 +01:00

Dark Mode: Fix Onboarding image text color (#13983)

This commit is contained in:
David Walsh 2022-03-16 17:22:13 -05:00 committed by GitHub
parent e2a6bcfc6b
commit a5ee4097f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ export default function OnboardingPinBillboard() {
</tspan> </tspan>
</text> </text>
<text <text
fill="black" fill="var(--color-text-default)"
xmlSpace="preserve" xmlSpace="preserve"
style={{ 'white-space': 'pre' }} style={{ 'white-space': 'pre' }}
fontFamily="Euclid Circular B" fontFamily="Euclid Circular B"
@ -74,7 +74,7 @@ export default function OnboardingPinBillboard() {
</tspan> </tspan>
</text> </text>
<text <text
fill="black" fill="var(--color-text-default)"
xmlSpace="preserve" xmlSpace="preserve"
style={{ 'white-space': 'pre' }} style={{ 'white-space': 'pre' }}
fontFamily="Euclid Circular B" fontFamily="Euclid Circular B"