Skip to content

Commit

Permalink
fix(style): update icon naming and error style
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Feb 5, 2024
1 parent aae65b0 commit bf41335
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/components/PasswordValidation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ export default {
color: $red-2;
font-size: 14px;
min-width: 270px;
position: relative;
margin-top: 16px;
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/SendTransaction/GeneratedTransaction.vue
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
@click="toggleAdvanceOptions"
>
{{ $t('show_advance') }}
<CustomIcon class-name="icon" name="Open" />
<CustomIcon class-name="icon" name="open" />
</el-link>
<!-- FIXME: should we use this slot? -->
<!-- <template #footer> -->
Expand Down

0 comments on commit bf41335

Please sign in to comment.