Skip to content

Commit aa8083d

Browse files
committed
fix: update dai logo
1 parent 7316d70 commit aa8083d

File tree

3 files changed

+26
-10
lines changed

3 files changed

+26
-10
lines changed

src/assets/dai-logo.svg

+23-7
Loading

src/components/card/UplinkCard.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -376,8 +376,8 @@ export default Vue.extend({
376376
&__front {
377377
background-color: $dai-background;
378378
background-image: url('~@/assets/dai-logo.svg');
379-
background-position: left -120px top -60px;
380-
background-size: auto 380px;
379+
background-position: left -80px top -20px;
380+
background-size: auto 300px;
381381
382382
&__balance {
383383
// Needs additional specificity to override previous style

src/components/dialog/pages/SelectAsset.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export default {
101101
102102
&--dai {
103103
background-image: url('~@/assets/dai-logo.svg');
104-
background-size: 100px;
104+
background-size: 78px;
105105
}
106106
107107
@at-root #{$button}:hover:not(#{$button}--disabled) & {

0 commit comments

Comments
 (0)