Skip to content

Commit

Permalink
Renamed arrow-down to mini-arrow-down
Browse files Browse the repository at this point in the history
  • Loading branch information
mraveux committed Aug 9, 2024
1 parent 06e54f4 commit 3f97a0f
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
File renamed without changes
2 changes: 1 addition & 1 deletion src/components/CountrySelector.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<slot name="trigger">
<div class="flex-row">
<CountryFlag :code="currentCountryCode || 'all'" />
<img src="../assets/arrow-down.svg" alt="open"/>
<img src="../assets/mini-arrow-down.svg" alt="open"/>
</div>
</slot>
</button>
Expand Down
2 changes: 1 addition & 1 deletion src/components/layouts/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ select {
}
background-color: transparent;
background-image: url('../../assets/arrow-down.svg');
background-image: url('../../assets/mini-arrow-down.svg');
background-size: 1.25rem;
background-repeat: no-repeat;
background-position-x: calc(100% - 1.75rem);
Expand Down
2 changes: 1 addition & 1 deletion src/components/modals/BuyOptionsModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<CircleSpinner v-else/>
<span v-if="country">{{ country.name }}</span>
<span v-else>{{ $t('Loading...') }}</span>
<img src="../../assets/arrow-down.svg" alt="open"/>
<img src="../../assets/mini-arrow-down.svg" alt="open"/>
</div>
</CountrySelector>
</header>
Expand Down
2 changes: 1 addition & 1 deletion src/components/modals/HistoryExportModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ select {
}
background-color: transparent;
background-image: url('../../assets/arrow-down.svg');
background-image: url('../../assets/mini-arrow-down.svg');
background-size: 1.25rem;
background-repeat: no-repeat;
background-position-x: calc(100% - 1.75rem);
Expand Down
2 changes: 1 addition & 1 deletion src/components/swap/SwapModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2307,7 +2307,7 @@ export default defineComponent({
}
background-color: nimiq-blue(0.06);
background-image: url('../../assets/arrow-down.svg');
background-image: url('../../assets/mini-arrow-down.svg');
background-size: 1.25rem;
background-repeat: no-repeat;
background-position-x: calc(100% - 1.75rem);
Expand Down

0 comments on commit 3f97a0f

Please sign in to comment.