|
|
|
|
@ -72,11 +72,11 @@ class _UcafDetailScreenState extends State<UcafDetailScreen> {
|
|
|
|
|
),
|
|
|
|
|
Container(
|
|
|
|
|
margin:
|
|
|
|
|
EdgeInsets.symmetric(vertical: 16, horizontal: 16),
|
|
|
|
|
EdgeInsets.symmetric(vertical: 8, horizontal: 16),
|
|
|
|
|
child: BorderedButton(
|
|
|
|
|
TranslationBase.of(context).save,
|
|
|
|
|
hasBorder: true,
|
|
|
|
|
vPadding: 16,
|
|
|
|
|
vPadding: 8,
|
|
|
|
|
hPadding: 8,
|
|
|
|
|
borderColor: HexColor("#B8382B"),
|
|
|
|
|
backgroundColor: HexColor("#B8382B"),
|
|
|
|
|
@ -87,11 +87,11 @@ class _UcafDetailScreenState extends State<UcafDetailScreen> {
|
|
|
|
|
),
|
|
|
|
|
Container(
|
|
|
|
|
margin:
|
|
|
|
|
EdgeInsets.only(left: 16, right: 16, top: 0, bottom: 16),
|
|
|
|
|
EdgeInsets.only(left: 16, right: 16, top: 0.0, bottom: 8),
|
|
|
|
|
child: BorderedButton(
|
|
|
|
|
TranslationBase.of(context).cancel,
|
|
|
|
|
hasBorder: true,
|
|
|
|
|
vPadding: 16,
|
|
|
|
|
vPadding: 8,
|
|
|
|
|
hPadding: 8,
|
|
|
|
|
borderColor: Colors.white,
|
|
|
|
|
backgroundColor: Colors.white,
|
|
|
|
|
|