Rebuild space previews with new designs

This commit is contained in:
Michael Telatynski 2021-03-11 11:49:43 +00:00
parent 4ca838d4c7
commit 6d81634eec
4 changed files with 214 additions and 55 deletions

View file

@ -33,4 +33,10 @@ limitations under the License.
color: $notice-primary-color;
background-color: $notice-primary-bg-color;
}
&.mx_AccessibleButton_kind_secondary {
color: $secondary-fg-color;
border: 1px solid $secondary-fg-color;
background-color: unset;
}
}