File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
Views/confirmations/components/TransactionReview
TransactionReviewEIP1559Update Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ export const PendingText = (props) => {
2929 return (
3030 < Text
3131 bold
32- style = { [ styles . status , { color : colors . secondary . default } ] }
32+ style = { [ styles . status , { color : colors . warning . default } ] }
3333 { ...props }
3434 />
3535 ) ;
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ const createStyles = (colors: Colors) =>
2121 color : colors . error . default ,
2222 } ,
2323 orange : {
24- color : colors . secondary . default ,
24+ color : colors . warning . default ,
2525 } ,
2626 black : {
2727 color : colors . text . default ,
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ exports[`StyledButton should render correctly on Android the button with type or
9191 " padding" : 15 ,
9292 },
9393 {
94- " borderColor" : " #F66A0A " ,
94+ " borderColor" : " #BF5208 " ,
9595 " borderWidth" : 1 ,
9696 },
9797 null ,
@@ -223,7 +223,7 @@ exports[`StyledButton should render correctly on iOS the button with type orange
223223 " padding" : 15 ,
224224 },
225225 {
226- " borderColor" : " #F66A0A " ,
226+ " borderColor" : " #BF5208 " ,
227227 " borderWidth" : 1 ,
228228 },
229229 undefined ,
@@ -239,7 +239,7 @@ exports[`StyledButton should render correctly on iOS the button with type orange
239239 " textAlign" : " center" ,
240240 },
241241 {
242- " color" : " #F66A0A " ,
242+ " color" : " #BF5208 " ,
243243 },
244244 undefined ,
245245 ]
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ const createStyles = (colors) =>
2020 color : colors . primary . inverse ,
2121 } ,
2222 orange : {
23- borderColor : colors . secondary . default ,
23+ borderColor : colors . warning . default ,
2424 borderWidth : 1 ,
2525 } ,
2626 orangeText : {
27- color : colors . secondary . default ,
27+ color : colors . warning . default ,
2828 } ,
2929 infoText : {
3030 color : colors . primary . default ,
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ const createStyles = (colors) =>
3333 paddingLeft : 2 ,
3434 } ,
3535 gasInfoIcon : ( hasOrigin ) => ( {
36- color : hasOrigin ? colors . secondary . default : colors . icon . muted ,
36+ color : hasOrigin ? colors . warning . default : colors . icon . muted ,
3737 } ) ,
3838 amountContainer : {
3939 flex : 1 ,
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ const createStyles = (colors: any) =>
1616 paddingLeft : 2 ,
1717 } ,
1818 gasInfoIcon : ( hasOrigin ) => ( {
19- color : hasOrigin ? colors . secondary . default : colors . icon . muted ,
19+ color : hasOrigin ? colors . warning . default : colors . icon . muted ,
2020 } ) ,
2121 amountContainer : {
2222 flex : 1 ,
You can’t perform that action at this time.
0 commit comments