Change Preview height to give space for new icons to come.
This commit is contained in:
parent
7e719556ac
commit
33ec18c68e
1 changed files with 3 additions and 3 deletions
|
|
@ -41,13 +41,13 @@ import io.element.android.compound.tokens.generated.CompoundIcons
|
||||||
import kotlinx.collections.immutable.ImmutableList
|
import kotlinx.collections.immutable.ImmutableList
|
||||||
import kotlinx.collections.immutable.toImmutableList
|
import kotlinx.collections.immutable.toImmutableList
|
||||||
|
|
||||||
@Preview(widthDp = 730, heightDp = 1800)
|
@Preview(widthDp = 730, heightDp = 1920)
|
||||||
@Composable
|
@Composable
|
||||||
internal fun IconsCompoundPreviewLight() = ElementTheme {
|
internal fun IconsCompoundPreviewLight() = ElementTheme {
|
||||||
IconsCompoundPreview()
|
IconsCompoundPreview()
|
||||||
}
|
}
|
||||||
|
|
||||||
@Preview(widthDp = 730, heightDp = 1800)
|
@Preview(widthDp = 730, heightDp = 1920)
|
||||||
@Composable
|
@Composable
|
||||||
internal fun IconsCompoundPreviewRtl() = ElementTheme {
|
internal fun IconsCompoundPreviewRtl() = ElementTheme {
|
||||||
CompositionLocalProvider(
|
CompositionLocalProvider(
|
||||||
|
|
@ -59,7 +59,7 @@ internal fun IconsCompoundPreviewRtl() = ElementTheme {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Preview(widthDp = 730, heightDp = 1800)
|
@Preview(widthDp = 730, heightDp = 1920)
|
||||||
@Composable
|
@Composable
|
||||||
internal fun IconsCompoundPreviewDark() = ElementTheme(darkTheme = true) {
|
internal fun IconsCompoundPreviewDark() = ElementTheme(darkTheme = true) {
|
||||||
IconsCompoundPreview()
|
IconsCompoundPreview()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue