文案
This commit is contained in:
@@ -76,7 +76,7 @@ class CardBox extends StatelessWidget {
|
||||
Container(
|
||||
margin: const EdgeInsets.only(bottom: 10),
|
||||
child: Text(
|
||||
"Detected Signs:",
|
||||
"Analysis:",
|
||||
style: Theme.of(context).textTheme.titleSmall,
|
||||
),
|
||||
),
|
||||
|
||||
@@ -28,7 +28,7 @@ class _SuccessBoxState extends State<SuccessBox> {
|
||||
color: Theme.of(context).colorScheme.success,
|
||||
icon: RemixIcons.check_fill,
|
||||
title: "Healthy Skin",
|
||||
desc: "Your skin appears to be in good condition.",
|
||||
desc: "Your skin looks healthy!",
|
||||
),
|
||||
CardBox(
|
||||
child: Wrap(
|
||||
|
||||
@@ -55,14 +55,14 @@ class _WarningBoxState extends State<WarningBox> {
|
||||
StatusBox(
|
||||
color: Theme.of(context).colorScheme.warning,
|
||||
icon: RemixIcons.error_warning_fill,
|
||||
title: "Troubled Skin",
|
||||
title: "Skin Alert: Needs Attention",
|
||||
desc: widget.data.concise ?? "",
|
||||
),
|
||||
Container(
|
||||
width: double.infinity,
|
||||
margin: const EdgeInsets.only(top: 20),
|
||||
child: Text(
|
||||
"Find out more:",
|
||||
"What's Next",
|
||||
style: Theme.of(context).textTheme.titleSmall,
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user