Skip to content

Commit 9078b4d

Browse files
authored
Changed contributor badge border radius value (#84)
1 parent 0f76eac commit 9078b4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/assets/stylesheets/components/reports.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@
343343
display: inline-flex;
344344
align-items: center;
345345
padding: 2px 8px;
346-
border-radius: var(--border-radius-full);
346+
border-radius: var(--border-radius-sm);
347347
font-size: var(--font-size-xs);
348348
font-weight: var(--font-weight-semibold);
349349
white-space: nowrap;

0 commit comments

Comments
 (0)