Skip to content

Commit

Permalink
Change disable notifications button style
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorus-nathaniel committed Aug 30, 2023
1 parent 604b519 commit 3466b81
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,12 @@ function DisableNotificationButton({
}

return (
<Button size='lg' onClick={handleClickDisable} isLoading={isLoading}>
<Button
size='lg'
variant='redOutline'
onClick={handleClickDisable}
isLoading={isLoading}
>
Disable Notifications
</Button>
)
Expand Down

0 comments on commit 3466b81

Please sign in to comment.