Skip to content

Commit 9ebdc2b

Browse files
committed
Auto merge of #3433 - Turbo87:radius, r=locks
Unify `border-radius` values We use 5px everywhere else, so we should try to stay consistent. Visually it looks almost the same. :)
2 parents 44beb5f + 11be2c9 commit 9ebdc2b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

app/components/dependency-list/row.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
font-size: 18px;
1212
padding: 15px 25px;
1313
background-color: white;
14-
border-radius: 7px;
14+
border-radius: 5px;
1515
box-shadow: var(--shadow);
1616
transition: all 300ms;
1717

app/components/front-page-list/item.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
background-color: white;
1111
color: #525252;
1212
text-decoration: none;
13-
border-radius: 7px;
13+
border-radius: 5px;
1414
box-shadow: var(--shadow);
1515
transition: background-color 300ms;
1616

app/components/front-page-list/item/placeholder.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
padding: 0 15px;
1212
background-color: white;
1313
color: #525252;
14-
border-radius: 7px;
14+
border-radius: 5px;
1515
box-shadow: var(--shadow);
1616
cursor: wait;
1717
}

app/components/version-list/row.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
font-size: 18px;
1111
padding: 15px 25px;
1212
background-color: white;
13-
border-radius: 7px;
13+
border-radius: 5px;
1414
box-shadow: var(--shadow);
1515
transition: all 300ms;
1616

0 commit comments

Comments
 (0)