mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Onboarding V2 - Fix CSS/React warnings from last screen (#17125)
This commit is contained in:
parent
fc83a1b631
commit
c12d469af2
@ -32,7 +32,7 @@ export default function OnboardingPinBillboard() {
|
||||
<text
|
||||
fill="white"
|
||||
xmlSpace="preserve"
|
||||
style={{ 'white-space': 'pre' }}
|
||||
style={{ whiteSpace: 'pre' }}
|
||||
fontFamily="Euclid Circular A"
|
||||
fontSize="29"
|
||||
fontWeight="bold"
|
||||
@ -45,7 +45,7 @@ export default function OnboardingPinBillboard() {
|
||||
<text
|
||||
fill="var(--color-text-default)"
|
||||
xmlSpace="preserve"
|
||||
style={{ 'white-space': 'pre' }}
|
||||
style={{ whiteSpace: 'pre' }}
|
||||
fontFamily="Euclid Circular B"
|
||||
fontSize="18"
|
||||
letterSpacing="0em"
|
||||
@ -63,7 +63,7 @@ export default function OnboardingPinBillboard() {
|
||||
<text
|
||||
fill="white"
|
||||
xmlSpace="preserve"
|
||||
style={{ 'white-space': 'pre' }}
|
||||
style={{ whiteSpace: 'pre' }}
|
||||
fontFamily="Euclid Circular A"
|
||||
fontSize="29"
|
||||
fontWeight="bold"
|
||||
@ -76,7 +76,7 @@ export default function OnboardingPinBillboard() {
|
||||
<text
|
||||
fill="var(--color-text-default)"
|
||||
xmlSpace="preserve"
|
||||
style={{ 'white-space': 'pre' }}
|
||||
style={{ whiteSpace: 'pre' }}
|
||||
fontFamily="Euclid Circular B"
|
||||
fontSize="18"
|
||||
letterSpacing="0em"
|
||||
@ -103,7 +103,7 @@ export default function OnboardingPinBillboard() {
|
||||
</g>
|
||||
<mask
|
||||
id="mask0_2133:17259"
|
||||
style={{ 'mask-type': 'alpha' }}
|
||||
style={{ maskType: 'alpha' }}
|
||||
maskUnits="userSpaceOnUse"
|
||||
x="673"
|
||||
y="236"
|
||||
@ -129,7 +129,7 @@ export default function OnboardingPinBillboard() {
|
||||
<text
|
||||
fill="white"
|
||||
xmlSpace="preserve"
|
||||
style={{ 'white-space': 'pre' }}
|
||||
style={{ whiteSpace: 'pre' }}
|
||||
fontFamily="Open Sans"
|
||||
fontSize="12"
|
||||
fontWeight="600"
|
||||
@ -142,7 +142,7 @@ export default function OnboardingPinBillboard() {
|
||||
<text
|
||||
fill="white"
|
||||
xmlSpace="preserve"
|
||||
style={{ 'white-space': 'pre' }}
|
||||
style={{ whiteSpace: 'pre' }}
|
||||
fontFamily="Open Sans"
|
||||
fontSize="10"
|
||||
fontWeight="bold"
|
||||
@ -155,7 +155,7 @@ export default function OnboardingPinBillboard() {
|
||||
<text
|
||||
fill="white"
|
||||
xmlSpace="preserve"
|
||||
style={{ 'white-space': 'pre' }}
|
||||
style={{ whiteSpace: 'pre' }}
|
||||
fontFamily="Open Sans"
|
||||
fontSize="9"
|
||||
fontWeight="bold"
|
||||
@ -168,7 +168,7 @@ export default function OnboardingPinBillboard() {
|
||||
<text
|
||||
fill="white"
|
||||
xmlSpace="preserve"
|
||||
style={{ 'white-space': 'pre' }}
|
||||
style={{ whiteSpace: 'pre' }}
|
||||
fontFamily="Open Sans"
|
||||
fontSize="10"
|
||||
letterSpacing="-0.3px"
|
||||
|
Loading…
Reference in New Issue
Block a user