Setup Showkase and add some Preview. WIP

This commit is contained in:
Benoit Marty 2022-11-29 15:07:04 +01:00 committed by Benoit Marty
parent a3989cf1f4
commit 024fb7146d
21 changed files with 126 additions and 27 deletions

View file

@ -202,7 +202,7 @@ fun LoginContent(
@Composable
@Preview
private fun LoginContentPreview() {
fun LoginContentPreview() {
ElementXTheme(darkTheme = false) {
LoginContent(
state = LoginViewState(

View file

@ -150,7 +150,7 @@ fun ChangeServerContent(
@Composable
@Preview
private fun ChangeServerContentPreview() {
fun ChangeServerContentPreview() {
ChangeServerContent(
state = ChangeServerViewState(homeserver = "matrix.org"),
)