Consider remove button as a secondary one

This commit is contained in:
Jean-Baptiste Bellet
2022-12-02 11:53:01 +01:00
parent 19f3fd872f
commit 67cca34daa

View File

@@ -30,7 +30,8 @@ button:not(.no-text),
}
&.secondary,
&.cancel {
&.cancel,
&.icon-remove {
background-color: $white;
border: 2px solid $v2-blue-light;
color: $v2-blue-light;