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:
parent
e2a6bcfc6b
commit
a5ee4097f5
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user