Skip to content

Commit 1f7626f

Browse files
committed
style: replace theme color (#1)
#1
1 parent f9bb961 commit 1f7626f

20 files changed

+112
-112
lines changed

public/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
"iconPath": "./images/256x256_App_Icon_Pink.svg",
2727
"short_name": "Uniswap",
2828
"start_url": ".",
29-
"theme_color": "#FC72FF"
29+
"theme_color": "#69C9FF"
3030
}

src/assets/svg/uniswap_app_logo.svg

+9-9
Loading

src/components/NavBar/__snapshots__/ChainSelectorRow.test.tsx.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ exports[`ChainSelectorRow should match snapshot for chainId 1 1`] = `
101101
class="c2"
102102
>
103103
<svg
104-
color="#FC72FF"
104+
color="#69C9FF"
105105
fill="none"
106106
height="20"
107107
width="20"

src/components/Pools/PoolDetails/__snapshots__/PoolDetailsLink.test.tsx.snap

+4-4
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ exports[`PoolDetailsHeader renders link for pool address 1`] = `
5252
cursor: pointer;
5353
-webkit-transition-duration: 125ms;
5454
transition-duration: 125ms;
55-
color: #FC72FF;
56-
stroke: #FC72FF;
55+
color: #69C9FF;
56+
stroke: #69C9FF;
5757
font-weight: 500;
5858
}
5959
@@ -369,8 +369,8 @@ exports[`PoolDetailsHeader renders link for token address 1`] = `
369369
cursor: pointer;
370370
-webkit-transition-duration: 125ms;
371371
transition-duration: 125ms;
372-
color: #FC72FF;
373-
stroke: #FC72FF;
372+
color: #69C9FF;
373+
stroke: #69C9FF;
374374
font-weight: 500;
375375
}
376376

src/components/Pools/PoolDetails/__snapshots__/PoolDetailsStats.test.tsx.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ exports[`PoolDetailsStats renders stats text correctly 1`] = `
517517
.c10 {
518518
height: 8px;
519519
width: 59.3015362229911%;
520-
background: #FC72FF;
520+
background: #69C9FF;
521521
border-top-right-radius: 5px;
522522
border-bottom-right-radius: 5px;
523523
border-left: 1px solid #F9F9F9;

src/components/Pools/PoolDetails/__snapshots__/PoolDetailsStatsButtons.test.tsx.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ exports[`PoolDetailsStatsButton renders both buttons correctly 1`] = `
117117
background-color: #FFEFFF;
118118
border-radius: 16px;
119119
border: 0;
120-
color: #FC72FF;
120+
color: #69C9FF;
121121
cursor: pointer;
122122
display: -webkit-box;
123123
display: -webkit-flex;

src/components/Tokens/TokenDetails/__snapshots__/TokenDescription.test.tsx.snap

+6-6
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ exports[`TokenDescription no description or social buttons shown when not availa
3535
cursor: pointer;
3636
-webkit-transition-duration: 125ms;
3737
transition-duration: 125ms;
38-
color: #FC72FF;
39-
stroke: #FC72FF;
38+
color: #69C9FF;
39+
stroke: #69C9FF;
4040
font-weight: 500;
4141
}
4242
@@ -243,8 +243,8 @@ exports[`TokenDescription renders token information correctly with defaults 1`]
243243
cursor: pointer;
244244
-webkit-transition-duration: 125ms;
245245
transition-duration: 125ms;
246-
color: #FC72FF;
247-
stroke: #FC72FF;
246+
color: #69C9FF;
247+
stroke: #69C9FF;
248248
font-weight: 500;
249249
}
250250
@@ -529,8 +529,8 @@ exports[`TokenDescription truncates description and shows more 1`] = `
529529
cursor: pointer;
530530
-webkit-transition-duration: 125ms;
531531
transition-duration: 125ms;
532-
color: #FC72FF;
533-
stroke: #FC72FF;
532+
color: #69C9FF;
533+
stroke: #69C9FF;
534534
font-weight: 500;
535535
}
536536

src/components/Unicon/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const gradientStarts = [
3838
'#F9F40B',
3939
'#FF6F1E',
4040
'#F14544',
41-
'#FC72FF',
41+
'#69C9FF',
4242
'#C0C0C0',
4343
]
4444

0 commit comments

Comments
 (0)