fix/feat: мелкие фиксы, и доп. инфа в info

This commit is contained in:
Jganenokk
2026-08-08 23:55:10 +07:00
parent 474923328b
commit 45297e4aff
92 changed files with 2407 additions and 1195 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
import 'package:flutter/material.dart';
import 'package:material_symbols_icons/symbols.dart';
import '../../core/config/app_fonts.dart';
class DebugHeaderSection extends StatelessWidget {
const DebugHeaderSection({super.key});
@@ -28,7 +29,7 @@ class DebugHeaderSection extends StatelessWidget {
color: cs.onSurface,
fontSize: 20,
fontWeight: FontWeight.w700,
fontFamily: 'Outfit',
fontFamily: displayFontOf(context),
),
),
),