summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDavid Hill <[email protected]>2026-01-24 19:21:53 +0000
committerDavid Hill <[email protected]>2026-01-24 22:02:08 +0000
commit262084d7e69202a26f9494ece5c66af757be31ff (patch)
treeab5b2254c82ef676e6338d4430b50a4ea96e7782
parentb089358503c88056227609a7124e64802f352b3b (diff)
downloadopencode-262084d7e69202a26f9494ece5c66af757be31ff.tar.gz
opencode-262084d7e69202a26f9494ece5c66af757be31ff.zip
fix(app): use rounded-sm for explicit 4px border radius
-rw-r--r--packages/app/src/components/status-popover.tsx8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/app/src/components/status-popover.tsx b/packages/app/src/components/status-popover.tsx
index 095467789..0e4216d9b 100644
--- a/packages/app/src/components/status-popover.tsx
+++ b/packages/app/src/components/status-popover.tsx
@@ -200,7 +200,7 @@ export function StatusPopover() {
<Tabs.Content value="servers">
<div class="flex flex-col px-2 pb-2">
- <div class="flex flex-col p-2 bg-background-base rounded min-h-14">
+ <div class="flex flex-col p-2 bg-background-base rounded-sm min-h-14">
<For each={sortedServers()}>
{(url) => {
const isActive = () => url === server.url
@@ -262,7 +262,7 @@ export function StatusPopover() {
<Tabs.Content value="mcp">
<div class="flex flex-col px-2 pb-2">
- <div class="flex flex-col p-2 bg-background-base rounded min-h-14">
+ <div class="flex flex-col p-2 bg-background-base rounded-sm min-h-14">
<Show
when={mcpItems().length > 0}
fallback={
@@ -308,7 +308,7 @@ export function StatusPopover() {
<Tabs.Content value="lsp">
<div class="flex flex-col px-2 pb-2">
- <div class="flex flex-col p-2 bg-background-base rounded min-h-14">
+ <div class="flex flex-col p-2 bg-background-base rounded-sm min-h-14">
<Show
when={lspItems().length > 0}
fallback={
@@ -338,7 +338,7 @@ export function StatusPopover() {
<Tabs.Content value="plugins">
<div class="flex flex-col px-2 pb-2">
- <div class="flex flex-col p-2 bg-background-base rounded min-h-14">
+ <div class="flex flex-col p-2 bg-background-base rounded-sm min-h-14">
<Show
when={plugins().length > 0}
fallback={