feat: Enable the rapid order type, refactor the invoice ready page to use UiAppBar, and adjust rapid action widget colors.
This commit is contained in:
@@ -25,7 +25,7 @@ class ActionsWidget extends StatelessWidget {
|
||||
title: i18n.rapid,
|
||||
subtitle: i18n.rapid_subtitle,
|
||||
icon: UiIcons.zap,
|
||||
color: UiColors.tagError,
|
||||
color: UiColors.tagError.withValues(alpha: 0.5),
|
||||
borderColor: UiColors.borderError.withValues(alpha: 0.3),
|
||||
iconBgColor: UiColors.white,
|
||||
iconColor: UiColors.textError,
|
||||
|
||||
Reference in New Issue
Block a user