Mzansi Ai chat font size top 15

This commit is contained in:
2025-02-06 10:49:52 +02:00
parent c647fddb0b
commit cf5aa48704

View File

@@ -49,7 +49,7 @@ class _AiChatState extends State<AiChat> {
baseUrl: "${AppEnviroment.baseAiUrl}/api",
);
List<ollama.Message> _chatHistory = [];
double _chatFrontSize = 17;
double _chatFrontSize = 15;
void _addMessage(types.Message message) {
setState(() {