diff --git a/web/integration-core/src/jsMain/kotlin/androidx/compose/web/sample/tests/TestCases1.kt b/web/integration-core/src/jsMain/kotlin/androidx/compose/web/sample/tests/TestCases1.kt index c5e665319f..8feb2125c5 100644 --- a/web/integration-core/src/jsMain/kotlin/androidx/compose/web/sample/tests/TestCases1.kt +++ b/web/integration-core/src/jsMain/kotlin/androidx/compose/web/sample/tests/TestCases1.kt @@ -71,7 +71,7 @@ class TestCases1 { private object AppStyleSheet : StyleSheet() { val textClass by style { color("rgba(0, 200, 0, 0.92)") - media(maxWidth(400.px)) { + media(maxWidth(600.px)) { self style { color("rgba(255, 200, 0, 0.99)") } diff --git a/web/integration-core/src/jsMain/resources/index.html b/web/integration-core/src/jsMain/resources/index.html index cc52ab7d00..18f5318f1c 100644 --- a/web/integration-core/src/jsMain/resources/index.html +++ b/web/integration-core/src/jsMain/resources/index.html @@ -3,6 +3,7 @@ compose-browser-demo +