Skip to content

Commit

Permalink
Highlighting links on Channels view
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamkmr04 committed Apr 20, 2023
1 parent 1384f3f commit b94f61e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions views/Channels/Channel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ export default class ChannelView extends React.Component<
'views.Channel.closeHeight'
)}
value={closeHeight}
color={themeColor('chain')}
sensitive
/>
</TouchableOpacity>
Expand Down Expand Up @@ -338,6 +339,7 @@ export default class ChannelView extends React.Component<
)}
value={closing_txid}
sensitive
color={themeColor('chain')}
/>
</TouchableOpacity>
)}
Expand All @@ -356,6 +358,7 @@ export default class ChannelView extends React.Component<
)}
value={closing_tx_hash}
sensitive
color={themeColor('chain')}
/>
</TouchableOpacity>
)}
Expand Down

0 comments on commit b94f61e

Please sign in to comment.