ToolGen: LightMode Support added & LLMSelector included

This commit is contained in:
Manas Hejmadi
2025-08-16 16:51:48 +05:30
parent 6248b60555
commit 7d16afa7c1
2 changed files with 75 additions and 26 deletions

View File

@@ -15,7 +15,6 @@ void showCustomDialog(BuildContext context, Widget dialogContent) {
context: context,
builder: (BuildContext context) {
return Dialog(
backgroundColor: Color.fromARGB(255, 16, 20, 24), // Dark background
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(12.0),
),