File tree Expand file tree Collapse file tree
app/components/UI/Bridge/Views/BridgeView Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -938,7 +938,7 @@ exports[`BridgeView Bottom Content blurs input when opening QuoteExpiredModal 1`
938938 accessibilityRole = " text"
939939 style = {
940940 {
941- " color" : " #4459ff " ,
941+ " color" : " #686e7d " ,
942942 " fontFamily" : " CentraNo1-Book" ,
943943 " fontSize" : 16 ,
944944 " fontWeight" : " 400" ,
@@ -1904,7 +1904,7 @@ exports[`BridgeView renders 1`] = `
19041904 accessibilityRole = " text"
19051905 style = {
19061906 {
1907- " color" : " #4459ff " ,
1907+ " color" : " #686e7d " ,
19081908 " fontFamily" : " CentraNo1-Book" ,
19091909 " fontSize" : 16 ,
19101910 " fontWeight" : " 400" ,
Original file line number Diff line number Diff line change @@ -343,7 +343,7 @@ const BridgeView = () => {
343343 if ( shouldDisplayKeypad && ! isLoading ) {
344344 return (
345345 < Box style = { styles . buttonContainer } >
346- < Text color = { TextColor . Primary } >
346+ < Text color = { TextColor . Alternative } >
347347 { strings ( 'bridge.select_amount' ) }
348348 </ Text >
349349 </ Box >
@@ -353,7 +353,7 @@ const BridgeView = () => {
353353 if ( isLoading ) {
354354 return (
355355 < Box style = { styles . buttonContainer } >
356- < Text color = { TextColor . Primary } >
356+ < Text color = { TextColor . Alternative } >
357357 { strings ( 'bridge.fetching_quote' ) }
358358 </ Text >
359359 </ Box >
You can’t perform that action at this time.
0 commit comments