From 2fa519a5dbcccaacfc2cfd228e9527eb1f5f293e Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Sat, 17 Aug 2024 09:23:26 -0400 Subject: [PATCH] Fix done button spacing --- webview-ui/src/components/HistoryView.tsx | 2 +- webview-ui/src/components/SettingsView.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/webview-ui/src/components/HistoryView.tsx b/webview-ui/src/components/HistoryView.tsx index 11091ab..696cd39 100644 --- a/webview-ui/src/components/HistoryView.tsx +++ b/webview-ui/src/components/HistoryView.tsx @@ -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", }}>

History

Done diff --git a/webview-ui/src/components/SettingsView.tsx b/webview-ui/src/components/SettingsView.tsx index b420c51..de39c64 100644 --- a/webview-ui/src/components/SettingsView.tsx +++ b/webview-ui/src/components/SettingsView.tsx @@ -83,7 +83,7 @@ const SettingsView = ({ justifyContent: "space-between", alignItems: "center", marginBottom: "17px", - paddingRight: 18, + paddingRight: 17, }}>

Settings

Done