Skip to content

Commit

Permalink
Reduce warning & error cards to 44% op
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon-edge committed Jan 10, 2024
1 parent 821b91d commit b737602
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1525,10 +1525,10 @@ exports[`CryptoExchangeQuoteScreenComponent should render with loading props 1`]
<BVLinearGradient
colors={
[
4285999631,
4286799138,
4286799138,
4285999631,
1886857999,
1887591201,
1887591201,
1886857999,
]
}
endPoint={
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9828,10 +9828,10 @@ exports[`SendScene2 Render SendScene 1`] = `
<BVLinearGradient
colors={
[
4285999631,
4286799138,
4286799138,
4285999631,
1886857999,
1887591201,
1887591201,
1886857999,
]
}
endPoint={
Expand Down
8 changes: 4 additions & 4 deletions src/theme/variables/edgeDark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ const palette = {
shadow: 'rgba(0, 0, 0, 0.514)',

// Gradients
warningOuter: '#772a0f',
warningInner: '#835d22',
errorOuter: '#94472e',
errorInner: '#962c32',
warningOuter: 'rgba(119, 43, 15, 0.44)',
warningInner: 'rgba(130, 91, 33, 0.44)',
errorOuter: 'rgba(148, 71, 46, 0.44)',
errorInner: 'rgba(150, 44, 49, 0.44)',

darkestGreen: '#20312f',
darkGreen: '#00604d',
Expand Down
8 changes: 4 additions & 4 deletions src/theme/variables/edgeLight.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ const palette = {
shadow: 'rgba(0, 0, 0, 0.514)',

// Gradients
warningOuter: '#772a0f',
warningInner: '#835d22',
errorOuter: '#94472e',
errorInner: '#962c32',
warningOuter: 'rgba(119, 43, 15, 0.44)',
warningInner: 'rgba(130, 91, 33, 0.44)',
errorOuter: 'rgba(148, 71, 46, 0.44)',
errorInner: 'rgba(150, 44, 49, 0.44)',

darkestGreen: '#20312f',
darkGreen: '#00604d',
Expand Down
8 changes: 4 additions & 4 deletions src/theme/variables/testDark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ const palette = {
shadow: 'rgba(0, 0, 0, 0.514)',

// Gradients
warningOuter: '#772a0f',
warningInner: '#835d22',
errorOuter: '#94472e',
errorInner: '#962c32',
warningOuter: 'rgba(119, 43, 15, 0.44)',
warningInner: 'rgba(130, 91, 33, 0.44)',
errorOuter: 'rgba(148, 71, 46, 0.44)',
errorInner: 'rgba(150, 44, 49, 0.44)',

darkestGreen: '#20312f',
darkGreen: '#00604d',
Expand Down
8 changes: 4 additions & 4 deletions src/theme/variables/testLight.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ const palette = {
shadow: 'rgba(0, 0, 0, 0.514)',

// Gradients
warningOuter: '#772a0f',
warningInner: '#835d22',
errorOuter: '#94472e',
errorInner: '#962c32',
warningOuter: 'rgba(119, 43, 15, 0.44)',
warningInner: 'rgba(130, 91, 33, 0.44)',
errorOuter: 'rgba(148, 71, 46, 0.44)',
errorInner: 'rgba(150, 44, 49, 0.44)',

darkestGreen: '#20312f',
darkGreen: '#00604d',
Expand Down

0 comments on commit b737602

Please sign in to comment.