Skip to content

Commit

Permalink
fix: remove shadow from disabled button
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschreiber committed Jul 8, 2024
1 parent 30061f4 commit 6577b45
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,9 @@ export const SiteTransferProjectScreen = ({projectId}: Props) => {
label={t('projects.sites.transfer')}
onPress={onOpen}
isDisabled={disabled}
_disabled={{
shadow: 0,
}}
/>
)}
title={t('projects.sites.transfer_site_modal.title')}
Expand Down

0 comments on commit 6577b45

Please sign in to comment.