TF-4141 Add some space between the need action and preview

This commit is contained in:
dab246
2025-12-26 09:00:36 +07:00
committed by Dat H. Pham
parent 2d1ecd4cc0
commit 3e86f53862
3 changed files with 11 additions and 3 deletions
@@ -131,7 +131,10 @@ class EmailTileBuilder extends StatelessWidget with BaseEmailItemTile {
presentationEmail,
isSearchEmailRunning,
searchQuery)),
if (_shouldShowAIAction) const AiActionTagWidget(),
if (_shouldShowAIAction)
const AiActionTagWidget(
margin: EdgeInsetsDirectional.only(start: 8),
),
])
),
],