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 // We need a 16dp left padding : 4dp default padding + 8dp IconButton padding + 4dp extra padding
windowInsets = WindowInsets(left = 4.dp), windowInsets = WindowInsets(left = 4.dp),
) )

View file

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