mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Fix done button spacing
This commit is contained in:
parent
84150587a7
commit
2fa519a5db
2 changed files with 2 additions and 2 deletions
|
|
@ -68,7 +68,7 @@ const HistoryView = ({ taskHistory, onDone }: HistoryViewProps) => {
|
|||
display: "flex",
|
||||
justifyContent: "space-between",
|
||||
alignItems: "center",
|
||||
padding: "10px 16px 10px 20px",
|
||||
padding: "10px 17px 10px 20px",
|
||||
}}>
|
||||
<h3 style={{ color: "var(--vscode-foreground)", margin: 0 }}>History</h3>
|
||||
<VSCodeButton onClick={onDone}>Done</VSCodeButton>
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@ const SettingsView = ({
|
|||
justifyContent: "space-between",
|
||||
alignItems: "center",
|
||||
marginBottom: "17px",
|
||||
paddingRight: 18,
|
||||
paddingRight: 17,
|
||||
}}>
|
||||
<h3 style={{ color: "var(--vscode-foreground)", margin: 0 }}>Settings</h3>
|
||||
<VSCodeButton onClick={handleSubmit}>Done</VSCodeButton>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue