Skip to content

Commit

Permalink
Updated send slider color and send success screen.
Browse files Browse the repository at this point in the history
  • Loading branch information
Angel Mortega committed May 28, 2019
1 parent 6fb7705 commit f710d34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app-template/bitcoincom/sass/overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ $v-button-secondary-outline-active-color: $v-accent-color;
/* Slide */

$v-slide-bg-color: $v-accent-color;
$v-slider-bg-color: #fab915;
$v-slider-bg-color: #0AC18E;
$v-slide-text-color: #FFFFFF;

/* Onboarding */
Expand Down
2 changes: 1 addition & 1 deletion src/sass/components/header.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.header {
padding: 29px 12px 61px;
background-color: $v-bitcoin-orange;
background-color: $v-bitcoin-green;
&.btc {
background-color: $v-bitcoin-core;
}
Expand Down
1 change: 1 addition & 0 deletions src/sass/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ $v-font-family: "Roboto", sans-serif !defau
$v-font-family-light: "Roboto-Light", sans-serif-light !default;

/* Colors */
$v-bitcoin-green: #0AC18E !default;
$v-bitcoin-orange: #fab915 !default;
$v-bitcoin-core: #535353 !default;

Expand Down

0 comments on commit f710d34

Please sign in to comment.