Fixed button background color.

This commit is contained in:
Stefan Bohacek 2024-05-19 18:51:01 -04:00
parent efa4d0ebba
commit 75b401e2b3
No known key found for this signature in database
GPG key ID: FC75CD588A42BC10
2 changed files with 2 additions and 1 deletions

View file

@ -80,6 +80,7 @@ input.fsb-input {
button.fsb-button {
box-sizing: border-box;
background-color: #fff;
margin: 0;
display: inline-block;
padding: 6px 12px;