Cancel button looked as disabled: now use a orange border and white bg

This commit is contained in:
Jean-Baptiste Bellet
2022-12-13 15:22:17 +01:00
parent ca1a850d4a
commit a6856f3d21

View File

@@ -238,8 +238,10 @@
}
&.cancel {
background-color: $grey-100;
color: $black;
background-color: $white;
border: 1px solid $orange-500;
color: $orange-500;
}
}