Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bangjelkoski committed Feb 11, 2024
1 parent 5378300 commit 7ccba7f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions packages/ui-shared/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ declare module 'vue' {
NotificationWrapper: typeof import('./lib/components/NotificationWrapper.vue')['default']
NumericInput: typeof import('./lib/components/NumericInput.vue')['default']
PaginationWrapper: typeof import('./lib/components/PaginationWrapper.vue')['default']
QRCode: typeof import('./lib/components/QRCode.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SelectorItem: typeof import('./lib/components/SelectorItem.vue')['default']
Expand Down
10 changes: 5 additions & 5 deletions packages/ui-shared/lib/icons/wallet/okxWallet.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@
style="enable-background: new 0 0 2500 2500"
xml:space="preserve"
>
<style type="text/css">
.okx-st0 {
fill: none;
}
</style>
<g id="Layer_x0020_1">
<g id="_2187289728928">
<rect y="0" class="okx-st0" width="2500" height="2500" />
Expand All @@ -40,3 +35,8 @@
</g>
</svg>
</template>
<style scoped>
.okx-st0 {
fill: none;
}
</style>

0 comments on commit 7ccba7f

Please sign in to comment.