design(home) : clean up

This commit is contained in:
ganfra
2025-10-23 17:22:39 +02:00
parent a5b4f50334
commit 05d5ec78bb
2 changed files with 2 additions and 3 deletions

View File

@@ -175,7 +175,6 @@ fun HomeTopBar(
}
}
},
//scrollBehavior = scrollBehavior,
// We need a 16dp left padding : 4dp default padding + 8dp IconButton padding + 4dp extra padding
windowInsets = WindowInsets(left = 4.dp),
)

View File

@@ -81,11 +81,11 @@ class KonsistPreviewTest {
"BackgroundVerticalGradientDisabledPreview",
"BackgroundVerticalGradientPreview",
"ColorAliasesPreview",
"DefaultHomeTopBarMultiAccountPreview",
"DefaultHomeTopBarWithIndicatorPreview",
"FocusedEventPreview",
"GradientFloatingActionButtonCircleShapePreview",
"HeaderFooterPageScrollablePreview",
"HomeTopBarMultiAccountPreview",
"HomeTopBarWithIndicatorPreview",
"IconsOtherPreview",
"MarkdownTextComposerEditPreview",
"MatrixBadgeAtomInfoPreview",