Skip to content

Commit

Permalink
Merge pull request #172 from arpitv96171/add-active-styling-to-link-icon
Browse files Browse the repository at this point in the history
fix: add active styling to edit link bar link icon
  • Loading branch information
17Amir17 authored Jul 29, 2024
2 parents 859c1a8 + 7284c77 commit 90ab3ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RichText/Toolbar/EditLinkBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const EditLinkBar = ({
>
<Image
source={Images.link}
style={[theme.toolbar.icon]}
style={[theme.toolbar.icon, theme.toolbar.iconActive]}
resizeMode="contain"
/>
</View>
Expand Down

0 comments on commit 90ab3ea

Please sign in to comment.