Skip to content

Commit f83340c

Browse files
committed
Update button styles to reduce size
The buttons are now closer in size to the buttons in the designs. The button styles will be updated to match the designs more closely in a separate PR.
1 parent bf55bba commit f83340c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ui/app/components/app/alerts/unconnected-account-alert/unconnected-account-alert.scss

+6
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
button:first-child {
1515
margin-right: 24px;
1616
}
17+
18+
button {
19+
font-size: 14px;
20+
line-height: 20px;
21+
padding: 8px;
22+
}
1723
}
1824

1925
&__error {

0 commit comments

Comments
 (0)