Add option to use theme colors in app widgets and use light background variant when appropriate
This commit is contained in:
@@ -17,6 +17,7 @@ data class AppWidgetConfig(
|
||||
val height: Int,
|
||||
val borderless: Boolean = false,
|
||||
val background: Boolean = true,
|
||||
val themeColors: Boolean = true,
|
||||
)
|
||||
|
||||
data class AppWidget(
|
||||
|
||||
Reference in New Issue
Block a user