Make buttons have border-radius: 0

This commit is contained in:
Matt Begent 2020-04-22 16:41:27 +01:00
parent af526027ca
commit a2ee6729cd

View file

@ -93,6 +93,7 @@ button {
border: none;
background: var(--surface);
box-shadow: var(--border-raised-outer), var(--border-raised-inner);
border-radius: 0;
min-width: 75px;
min-height: 23px;