Skip to content

Commit

Permalink
Merge pull request #3477 from superhero-com/feature/fix-several-icons…
Browse files Browse the repository at this point in the history
…-style

refactor: change several icons style
  • Loading branch information
CedrikNikita authored Feb 3, 2025
2 parents 0e73d07 + 24a75a0 commit e1657d8
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 13 deletions.
6 changes: 3 additions & 3 deletions src/icons/check-circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions src/icons/question-circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 3 additions & 4 deletions src/icons/warning.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/popup/components/Modals/RecipientInfo.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<Default
v-bind="{ ...$attrs, resolve }"
icon="help"
icon="info"
:title="$t('modals.recipient.title')"
:close="resolve"
full-screen
Expand Down
2 changes: 1 addition & 1 deletion src/popup/components/StatusIcon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import Alert from '../../icons/alert.svg?vue-component';
import Warning from '../../icons/warning.svg?vue-component';
import CheckCircle from '../../icons/check-circle.svg?vue-component';
import NotSecure from '../../icons/not-secure.svg?vue-component';
import Globe from '../../icons/globe.svg?vue-component';
import Globe from '../../icons/globe-small.svg?vue-component';
import QrScan from '../../icons/qr-scan.svg?vue-component';
export default defineComponent({
Expand Down

0 comments on commit e1657d8

Please sign in to comment.