Skip to content

Commit

Permalink
Set CornerRadius for DualCurrencyEntryBox to be same as other fields …
Browse files Browse the repository at this point in the history
…in send view
  • Loading branch information
wieslawsoltes committed Mar 22, 2024
1 parent 3364be8 commit d5a3d30
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions WalletWasabi.Fluent/Controls/DualCurrencyEntryBox.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,10 @@
</Setter>
</Style>

<Style Selector="^/template/ Border#PART_BorderElement">
<Setter Property="CornerRadius" Value="4" />
</Style>
2
<Style Selector="^:noexchangerate /template/ Button#PART_SwapButton">
<Setter Property="IsVisible" Value="False" />
</Style>
Expand Down

0 comments on commit d5a3d30

Please sign in to comment.