Merge pull request #5751 from matrix-org/t3chguy/spaces4.7

Rebuild space previews with new designs
This commit is contained in:
Michael Telatynski
2021-03-11 14:06:31 +00:00
committed by GitHub
4 changed files with 214 additions and 55 deletions
+6
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;
}
}