mirror of
https://github.com/mihonapp/mihon.git
synced 2025-02-12 10:08:55 +01:00
Simplify Padding
This commit is contained in:
parent
916544c243
commit
a7e650067e
@ -119,12 +119,8 @@ private fun DateHeading(
|
||||
Text(
|
||||
text = relativeDateText(date),
|
||||
modifier = Modifier
|
||||
.padding(
|
||||
start = MaterialTheme.padding.medium,
|
||||
end = MaterialTheme.padding.small,
|
||||
top = MaterialTheme.padding.small,
|
||||
bottom = MaterialTheme.padding.small,
|
||||
),
|
||||
.padding(MaterialTheme.padding.small)
|
||||
.padding(start = MaterialTheme.padding.small),
|
||||
color = MaterialTheme.colorScheme.onSurfaceVariant,
|
||||
fontWeight = FontWeight.SemiBold,
|
||||
style = MaterialTheme.typography.bodyMedium,
|
||||
|
Loading…
x
Reference in New Issue
Block a user