Skip to content

Commit

Permalink
style: accent2 (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
aahna-ashina committed Dec 26, 2023
1 parent 1f7626f commit e76f26c
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ exports[`PoolDetailsStatsButton renders both buttons correctly 1`] = `
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #FFEFFF;
background-color: #C9EBFF;
border-radius: 16px;
border: 0;
color: #69C9FF;
Expand Down
2 changes: 1 addition & 1 deletion src/nft/css/sprinkles.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ export const vars = createGlobalTheme(':root', {
surface4_light: '#ffffffa3',
surface5_light: '#0000000a',
accent1_light: '#69C9FF',
accent2_light: '#FFEFFF',
accent2_light: '#C9EBFF',
success: '#40B66B',
critical: '#FF5F52',
},
Expand Down
24 changes: 12 additions & 12 deletions src/pages/Landing/__snapshots__/index.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -540,24 +540,24 @@ exports[`disable nft on landing page does not render nft information and card 1`
}
.c49 {
background-color: #FFEFFF;
background-color: #C9EBFF;
color: #69C9FF;
font-size: 20px;
font-weight: 535;
}
.c49:focus {
box-shadow: 0 0 0 1pt #FFEFFF;
background-color: #FFEFFF;
box-shadow: 0 0 0 1pt #C9EBFF;
background-color: #C9EBFF;
}
.c49:hover {
background-color: #FFEFFF;
background-color: #C9EBFF;
}
.c49:active {
box-shadow: 0 0 0 1pt #FFEFFF;
background-color: #FFEFFF;
box-shadow: 0 0 0 1pt #C9EBFF;
background-color: #C9EBFF;
}
.c49:hover .c50 {
Expand Down Expand Up @@ -3184,24 +3184,24 @@ exports[`disable nft on landing page renders nft information and card 1`] = `
}
.c49 {
background-color: #FFEFFF;
background-color: #C9EBFF;
color: #69C9FF;
font-size: 20px;
font-weight: 535;
}
.c49:focus {
box-shadow: 0 0 0 1pt #FFEFFF;
background-color: #FFEFFF;
box-shadow: 0 0 0 1pt #C9EBFF;
background-color: #C9EBFF;
}
.c49:hover {
background-color: #FFEFFF;
background-color: #C9EBFF;
}
.c49:active {
box-shadow: 0 0 0 1pt #FFEFFF;
background-color: #FFEFFF;
box-shadow: 0 0 0 1pt #C9EBFF;
background-color: #C9EBFF;
}
.c49:hover .c50 {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/PoolDetails/__snapshots__/index.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ exports[`PoolDetailsPage pool header is displayed when data is received from the
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #FFEFFF;
background-color: #C9EBFF;
border-radius: 16px;
border: 0;
color: #69C9FF;
Expand Down
2 changes: 1 addition & 1 deletion src/theme/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export const colors = {
surface4_light: '#FFFFFF64',
surface5_light: '#00000004',
accent1_light: '#69C9FF',
accent2_light: '#FFEFFF',
accent2_light: '#C9EBFF',
success: '#40B66B',
critical: '#FF5F52',
scrim: 'rgba(0, 0, 0, 0.60)',
Expand Down

0 comments on commit e76f26c

Please sign in to comment.