Implement new toast UI (#10467)

* Implement new toast UI

* Use PCSS vars and Caption component

* Add GenericToast-test

* Tweak call toast

* Fix code style
This commit is contained in:
Michael Weimann
2023-04-18 11:38:41 +00:00
committed by GitHub
parent e350b4c2c2
commit 7632f36624
14 changed files with 206 additions and 66 deletions
+4
View File
@@ -24,6 +24,10 @@ limitations under the License.
box-sizing: border-box;
}
.mx_Icon_secondary-content {
color: $secondary-content;
}
.mx_Icon_accent {
color: $accent;
}