fix history buton padding w no txs
Robert Malikowski committed
Jul 3, 2026 at 15:44 UTC
764f3d9ea568ab83fe73d20e4c39c3e148cd873f
1 file changed
+1
lib/new-ui/widgets/coins_page/assets_history/history_top_bar.dart
+1
@@ -49,6 +49,7 @@ class HistoryTopBar extends StatelessWidget {
49
width: double.infinity,
50
color: Theme.of(context).colorScheme.outlineVariant.withAlpha(175),
51
)
52
+ else Container(height: 2)
53
],
54
),
55
),