mirror of
https://github.com/zoriya/Aeris.git
synced 2026-05-26 00:08:27 +00:00
Mobile Client: Pipeline error card: change posititon
This commit is contained in:
@@ -30,7 +30,7 @@ class _PipelineCardState extends State<PipelineCard> {
|
||||
return Badge(
|
||||
showBadge: widget.pipeline.errorMessage != null,
|
||||
badgeContent: Icon(Icons.priority_high, color: Theme.of(context).colorScheme.surface),
|
||||
position: const BadgePosition(end: 3, top: 0),
|
||||
position: const BadgePosition(end: -3, top: -5),
|
||||
child: ClickableCard(
|
||||
onTap: () {
|
||||
showAerisCardPage(
|
||||
|
||||
Reference in New Issue
Block a user