mirror of
https://github.com/openflocon/Flocon.git
synced 2026-05-02 02:20:10 +00:00
fix: [IMAGES] design (#216)
Co-authored-by: Florent Champigny <florent@bere.al>
This commit is contained in:
parent
39bacbcc6e
commit
51231e50b3
1 changed files with 4 additions and 3 deletions
|
|
@ -61,17 +61,18 @@ fun ImageItemView(
|
|||
Column(
|
||||
modifier = Modifier
|
||||
.fillMaxWidth()
|
||||
.padding(all = 12.dp),
|
||||
.background(FloconTheme.colorPalette.surface)
|
||||
.padding(horizontal = 12.dp, vertical = 8.dp),
|
||||
) {
|
||||
Text(
|
||||
text = model.downloadedAt,
|
||||
style = FloconTheme.typography.bodySmall,
|
||||
color = FloconTheme.colorPalette.onPrimary,
|
||||
fontSize = 14.sp
|
||||
)
|
||||
Text(
|
||||
text = model.url,
|
||||
style = FloconTheme.typography.bodySmall,
|
||||
color = FloconTheme.colorPalette.onPrimary.copy(alpha = .5f),
|
||||
fontSize = 10.sp
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue