Skip to content

Commit e38c5be

Browse files
chore(runway): cherry-pick fix: cp-7.47.0 update text color (#15985)
- fix: cp-7.47.0 update text color (#15888)
1 parent b63a70c commit e38c5be

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

app/components/UI/Bridge/Views/BridgeView/__snapshots__/BridgeView.test.tsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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",

app/components/UI/Bridge/Views/BridgeView/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)