mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 22:17:03 +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 =
|
||||
GlanceModifier.fillMaxWidth()
|
||||
.background(GlanceTheme.colors.surfaceVariant)
|
||||
.cornerRadius(16.dp)
|
||||
.cornerRadius(4.dp)
|
||||
.padding(8.dp),
|
||||
) {
|
||||
Text(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue