mod: remove w400 fw

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2024-12-26 11:59:17 +08:00
parent 65be638b66
commit 5410a5cecc
25 changed files with 5 additions and 45 deletions

View File

@@ -163,9 +163,6 @@ Widget searchArticlePanel(context, searchPanelCtr, LoadingState loadingState) {
TextSpan(
text: i['text'],
style: TextStyle(
fontWeight:
FontWeight.w400,
letterSpacing: 0.3,
color: i['type'] == 'em'
? Theme.of(context)
.colorScheme

View File

@@ -129,7 +129,6 @@ class LiveContent extends StatelessWidget {
TextSpan(
text: i['text'],
style: TextStyle(
fontWeight: FontWeight.w400,
letterSpacing: 0.3,
color: i['type'] == 'em'
? Theme.of(context).colorScheme.primary