Skip to content

Commit

Permalink
feat: made UiThemeProvider / also add revert class
Browse files Browse the repository at this point in the history
  • Loading branch information
3em committed Feb 27, 2025
1 parent 1c44c11 commit 97d852c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ui/src/views/secrets/new-secret/new-secret-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export function CreateSecretPage({
}

return (
<SandboxLayout.Content className="px-0 pt-0 h-full">
<SandboxLayout.Content className="h-full px-0 pt-0">
<Spacer size={5} />
<FormWrapper className="flex h-full flex-col" onSubmit={handleSubmit(onSubmit)}>
{/* NAME */}
Expand Down Expand Up @@ -128,7 +128,7 @@ export function CreateSecretPage({
</Alert.Container>
)}

<div className="fixed bottom-0 left-0 right-0 bg-background-2 p-4 shadow-md">
<div className="fixed inset-x-0 bottom-0 bg-background-2 p-4 shadow-md">
<ControlGroup>
<ButtonGroup className="flex flex-row justify-between">
<Button type="button" variant="outline" onClick={handleCancel}>
Expand Down

0 comments on commit 97d852c

Please sign in to comment.