File tree Expand file tree Collapse file tree
feature/widget/src/main/java/com/axiel7/anihyou/widget Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ import android.content.Intent
55import androidx.compose.runtime.Composable
66import androidx.compose.runtime.rememberCoroutineScope
77import androidx.compose.ui.unit.dp
8+ import androidx.glance.ColorFilter
89import androidx.glance.GlanceId
910import androidx.glance.GlanceModifier
1011import androidx.glance.GlanceTheme
@@ -160,7 +161,8 @@ class AiringWidget : GlanceAppWidget(), KoinComponent {
160161 Image (
161162 provider = ImageProvider (R .drawable.replay_20),
162163 contentDescription = glanceStringResource(R .string.refresh),
163- modifier = GlanceModifier .padding(end = 8 .dp)
164+ modifier = GlanceModifier .padding(end = 8 .dp),
165+ colorFilter = ColorFilter .tint(GlanceTheme .colors.onSurface)
164166 )
165167 Text (
166168 text = glanceStringResource(R .string.refresh),
You can’t perform that action at this time.
0 commit comments