Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: adjustment minor UI from qa feedback #2963

Merged
merged 3 commits into from
May 30, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: adjust spacing import model
  • Loading branch information
urmauur authored and Van-QA committed May 30, 2024
commit fbd0f5c934b5c04950d5812b98b78c6e381209ef
4 changes: 2 additions & 2 deletions web/screens/Settings/EditModelInfoModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 145,7 @@ const EditModelInfoModal = () => {
</div>
</div>

<form className="flex flex-col space-y-4">
<form className="mt-4 flex flex-col space-y-4">
<div className="flex flex-col">
<label className="mb-1">Model Name</label>
<Input
Expand Down Expand Up @@ -183,7 183,7 @@ const EditModelInfoModal = () => {
</div>
</form>

<div className="flex gap-x-2">
<div className="mt-4 flex gap-x-2">
<ModalClose asChild onClick={onCancelClick}>
<Button theme="ghost">Cancel</Button>
</ModalClose>
Expand Down