Skip to content

Commit 0da185a

Browse files
authored
decreased phase-details-chip border-radius
Adjusts the visual styling of the “phase details” chips in index.html by reducing their corner rounding to better match a less “pill-like” chip appearance.
2 parents 2fc2311 + f648085 commit 0da185a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2894,7 +2894,7 @@
28942894
align-items: center;
28952895
gap: 4px;
28962896
padding: 2px 6px;
2897-
border-radius: 999px;
2897+
border-radius: 2px;
28982898
border: 1px solid var(--border-color);
28992899
background: var(--bg-card);
29002900
font-size: 0.6rem;

0 commit comments

Comments
 (0)