We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99655c5 commit b35fda6Copy full SHA for b35fda6
1 file changed
app/src/main/kotlin/io/homeassistant/companion/android/util/compose/Theme.kt
@@ -50,6 +50,9 @@ private val haDarkColors = darkColors(
50
* A Compose [MaterialTheme] version of the app's XML theme. This achieves the same goal as the
51
* (now deprecated) [com.google.accompanist.themeadapter.material.MdcTheme].
52
*/
53
+@Deprecated(
54
+ "Uses Material Design 2. Use HATheme (Material Design 3) instead. Kept until remaining call sites are migrated.",
55
+)
56
@Composable
57
fun HomeAssistantAppTheme(content: @Composable () -> Unit) {
58
MaterialTheme(
0 commit comments