Skip to content

Commit

Permalink
review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
supertong committed Dec 1, 2024
1 parent d4110cc commit 0944211
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/components/Staking/Form/StakingAmount.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export const StakingAmount: React.FC<StakingAmountProps> = ({
>
<div className="flex flex-row items-center">
<input
type="string"
type="number"
className={twJoin(
"no-focus w-full bg-transparent",
error ? "text-error-main" : "",
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/Staking/Form/StakingFee.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const StakingFee: React.FC<StakingFeeProps> = ({
<div className="flex flex-row items-center justify-between text-primary-dark">
<Text variant="body1">Network Fee Rate</Text>
<div className="flex flex-row gap-2 items-center">
<Text variant="body1">25 Sats/vB</Text>
<Text variant="body1">{defaultFeeRate} Sats/vB</Text>
<Button
size="small"
variant="outlined"
Expand Down

0 comments on commit 0944211

Please sign in to comment.