Skip to content

Commit

Permalink
Merge branch 'dev' into stage
Browse files Browse the repository at this point in the history
  • Loading branch information
JavidHaji-zada committed Jan 10, 2024
2 parents 0f91828 + f9519d7 commit 34009eb
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/components/templates/ExplorerAccount/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,11 +161,10 @@ export const ExplorerAccountView = (
backgroundColor: account.isOnWatchlist
? COLORS.warning100
: COLORS.brand600,
borderWidth: listsWithAccount.length > 0 ? 1 : 0,
borderColor:
listsWithAccount.length > 0
? COLORS.warning200
: COLORS.transparent
borderWidth: account.isOnWatchlist ? 1 : 0,
borderColor: account.isOnWatchlist
? COLORS.warning200
: COLORS.transparent
}}
testID="Add_To_Watchlist_Button"
type="circular"
Expand Down

0 comments on commit 34009eb

Please sign in to comment.