diff --git a/src/dashboardWebView/components/DataView/DataFormControls.tsx b/src/dashboardWebView/components/DataView/DataFormControls.tsx index 27f74746..3601be66 100644 --- a/src/dashboardWebView/components/DataView/DataFormControls.tsx +++ b/src/dashboardWebView/components/DataView/DataFormControls.tsx @@ -17,7 +17,7 @@ export const DataFormControls: React.FunctionComponent = const { getColors } = useThemeColors(); return ( -
+
diff --git a/src/dashboardWebView/styles.css b/src/dashboardWebView/styles.css index f9ec3a27..2f97091f 100644 --- a/src/dashboardWebView/styles.css +++ b/src/dashboardWebView/styles.css @@ -374,6 +374,7 @@ input[type='submit'] { color: var(--vscode-button-foreground); background-color: var(--vscode-button-background); + @apply rounded; &:hover { background-color: var(--vscode-button-hoverBackground);