mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 02:57:04 +05:30
fix(android): make widget items more 'boxy'
This commit is contained in:
parent
de1bda0034
commit
990c293ac2
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ fun WidgetListEntry(
|
||||||
modifier =
|
modifier =
|
||||||
GlanceModifier.fillMaxWidth()
|
GlanceModifier.fillMaxWidth()
|
||||||
.background(GlanceTheme.colors.surfaceVariant)
|
.background(GlanceTheme.colors.surfaceVariant)
|
||||||
.cornerRadius(16.dp)
|
.cornerRadius(4.dp)
|
||||||
.padding(8.dp),
|
.padding(8.dp),
|
||||||
) {
|
) {
|
||||||
Text(
|
Text(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue