wms_app_jingwangchengpin/lib/common/appConfig.dart
2025-01-08 15:45:00 +08:00

17 lines
346 B
Dart

class AppConfig {
static String tdThemeConfig ='''
{
"main": {
"color": {
"brandNormalColor": "#87a2fe"
},
"font": {
"fontBodyMedium": {
"size": 40,
"lineHeight": 55
}
}
}
}
''';
}