diff --git a/packages/app/src/components/status-popover.tsx b/packages/app/src/components/status-popover.tsx index f6863c0418..ff4ed5658b 100644 --- a/packages/app/src/components/status-popover.tsx +++ b/packages/app/src/components/status-popover.tsx @@ -228,7 +228,7 @@ export function StatusModal(props: { directory: string }) { -
+
{(s) => { @@ -288,7 +288,7 @@ export function StatusModal(props: { directory: string }) { -
+
0} @@ -337,7 +337,7 @@ export function StatusModal(props: { directory: string }) { -
+
0} @@ -367,7 +367,7 @@ export function StatusModal(props: { directory: string }) { -
+
0} diff --git a/packages/ui/src/components/tabs.css b/packages/ui/src/components/tabs.css index 036533c10f..54c5598de2 100644 --- a/packages/ui/src/components/tabs.css +++ b/packages/ui/src/components/tabs.css @@ -288,7 +288,7 @@ border: none; color: var(--text-base); background-color: transparent; - border-bottom-width: 2px; + border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: transparent; gap: 4px; @@ -305,7 +305,7 @@ height: 100%; padding: 4px; background-color: transparent; - border-bottom-width: 2px; + border-bottom-width: 1px; border-bottom-color: transparent; }