This commit is contained in:
lollipopkit
2023-08-24 21:24:27 +08:00
parent 536fbedda2
commit 7d4c30732a
9 changed files with 40 additions and 24 deletions

View File

@@ -70,9 +70,7 @@ class UrlText extends StatelessWidget {
widgets.add(
TextSpan(
text: result.text,
style: style.copyWith(
color: c,
),
style: style.copyWith(color: c),
),
);
}