Skip to content

Commit

Permalink
adjust fee font weight
Browse files Browse the repository at this point in the history
  • Loading branch information
capt-nemo429 committed Nov 22, 2022
1 parent a8fec65 commit a156c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FeeSelector.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
root-class="flex-grow"
>
<template v-slot:trigger>
<span class="flex-grow font-bold pl-1">Fee</span>
<span class="flex-grow font-semibold pl-1">Fee</span>
<div
class="text-right flex flex-col h-full"
:class="ergPrice ? 'justify-between' : 'justify-center'"
Expand Down

0 comments on commit a156c2d

Please sign in to comment.