aboutsummaryrefslogtreecommitdiffstats
path: root/lib/widgets/nlu_engine_choice.dart
diff options
context:
space:
mode:
Diffstat (limited to 'lib/widgets/nlu_engine_choice.dart')
-rw-r--r--lib/widgets/nlu_engine_choice.dart4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/widgets/nlu_engine_choice.dart b/lib/widgets/nlu_engine_choice.dart
index 1e8ca52..22b7074 100644
--- a/lib/widgets/nlu_engine_choice.dart
+++ b/lib/widgets/nlu_engine_choice.dart
@@ -130,7 +130,7 @@ class _NLUEngineChoiceState extends State<NLUEngineChoice> {
'Snips',
style: TextStyle(
fontWeight: FontWeight.bold,
- fontSize: 18,
+ fontSize: 17,
color: _selectedEngine == NLUEngine.snips
? Colors.white
: Colors.green,
@@ -175,7 +175,7 @@ class _NLUEngineChoiceState extends State<NLUEngineChoice> {
'RASA',
style: TextStyle(
fontWeight: FontWeight.bold,
- fontSize: 18,
+ fontSize: 17,
color: _selectedEngine == NLUEngine.rasa
? Colors.white
: Colors.green,