Skip to content

Commit

Permalink
Merge pull request #3480 from superhero-com/feature/refactor-transact…
Browse files Browse the repository at this point in the history
…ion-details-page

refactor: adjust transaction details page
  • Loading branch information
CedrikNikita authored Feb 5, 2025
2 parents 92fffaa + 238e022 commit 0eaaf6c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/popup/components/DetailsItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,16 @@ export default defineComponent({
.value {
@extend %face-sans-15-regular;
display: flex;
flex-wrap: wrap;
gap: 4px;
align-items: center;
letter-spacing: 0.05em;
color: rgba($color-white, 0.85);
margin-bottom: 8px;
.secondary {
color: $color-grey-light;
margin-left: 4px;
white-space: nowrap;
}
Expand Down
5 changes: 5 additions & 0 deletions src/protocols/aeternity/views/TransactionDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -443,9 +443,14 @@ export default defineComponent({
</script>

<style lang="scss" scoped>
@use '@/styles/variables' as *;
@use '@/styles/typography';
@use '@/styles/mixins';
.ion-content-bg {
background-color: $color-bg-4;
}
.transaction-details {
.tip-url {
width: 100%;
Expand Down

0 comments on commit 0eaaf6c

Please sign in to comment.