Skip to content

Commit

Permalink
Merge branch 'develop' into fix/tx-history-receive-action-button-copy
Browse files Browse the repository at this point in the history
  • Loading branch information
banklesss authored Dec 10, 2024
2 parents 8ada369 + 22ddfd0 commit d95da5b
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const MetadataTab = ({metadata, hash}: FormattedMetadata) => {

<Space height="lg" />

<Text>{metadataFormatted}</Text>
<Text style={styles.metadataText}>{metadataFormatted}</Text>
</View>
</View>
)
Expand Down Expand Up @@ -80,6 +80,10 @@ const useStyles = () => {
...atoms.body_1_lg_medium,
color: color.text_gray_medium,
},
metadataText: {
color: color.text_gray_medium,
...atoms.body_2_md_regular,
},
})

return {styles} as const
Expand Down

0 comments on commit d95da5b

Please sign in to comment.