mirror of
https://github.com/makeplane/plane.git
synced 2026-07-13 05:49:40 +02:00
style: minor UI improvements for upgrade page. (#580)
This commit is contained in:
@@ -98,7 +98,7 @@ const CloudUpgradePage = observer(() => {
|
||||
};
|
||||
|
||||
return (
|
||||
<div className="w-full h-full flex flex-col items-center justify-center gap-8">
|
||||
<div className="w-full h-full flex flex-col items-center justify-center gap-2">
|
||||
<RadioInput
|
||||
name="workspace-upgrade-radio-input"
|
||||
label={
|
||||
@@ -173,7 +173,7 @@ const CloudUpgradePage = observer(() => {
|
||||
/>
|
||||
{isAnyWorkspaceAvailable ? (
|
||||
<Button
|
||||
className="w-full px-2"
|
||||
className="w-full px-2 my-4"
|
||||
onClick={handlePaymentPageRedirection}
|
||||
loading={isLoading}
|
||||
disabled={isLoading || !selectedWorkspace}
|
||||
|
||||
Reference in New Issue
Block a user