Skip to content

Commit 5c168e7

Browse files
authored
use max border radius to show like a pill (microsoft#162360)
1 parent 112a03b commit 5c168e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/browser/parts/activitybar/media/activityaction.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
justify-content: center;
185185
align-items: center;
186186
font-size: 14px;
187-
border-radius: 8px;
187+
border-radius: 10px;
188188
}
189189

190190
/* Right aligned */

0 commit comments

Comments
 (0)