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