@@ -608,11 +608,15 @@
button {
width: 50%;
height: 100%;
- color: #fff;
- background: #ff9c00;
+ background: #fff;
border: none;
+ color: #3f84f6;
+ &:first-child {
+ border: 1px solid #3f84f6;
+ }
&:last-child {
- background: #f80915;
+ background: #3f84f6;
+ color: #fff;
}