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
commit 081e745417
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;
}
}