Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fix/send-all-button-in-mobile' i…
Browse files Browse the repository at this point in the history
…nto fix/send-all-button-in-mobile
  • Loading branch information
shahin-hq committed Oct 18, 2024
2 parents dc689aa + ed41a40 commit 8792045
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ export const AddRecipient: VFC<AddRecipientProperties> = ({
type="button"
variant="transparent"
disabled={!isSenderFilled}
className="p-0 text-theme-navy-600 dark:text-theme-secondary-700 text-sm"
className="p-0 text-sm text-theme-navy-600 dark:text-theme-secondary-700"
onClick={() => {
setValue("isSendAllSelected", !getValues("isSendAllSelected"));
}}
Expand Down

0 comments on commit 8792045

Please sign in to comment.