fix: modal bottom buttons align (#1216)

This commit is contained in:
Brendan Dash 2024-10-29 12:43:08 +08:00 committed by GitHub
parent 0b9c279fcc
commit b97096dbd0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@ const FeedInnerForm = ({
</FormItem>
)}
/>
<div className="absolute inset-x-0 bottom-0 flex flex-1 items-end justify-end gap-4 bg-theme-background p-4">
<div className="absolute inset-x-0 bottom-0 flex flex-1 items-center justify-end gap-4 bg-theme-background p-4">
{isSubscribed && (
<Button
type="button"