wms_app_jingwangbancai/lib/common/appConfig.dart

17 lines
346 B
Dart
Raw Permalink Normal View History

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