mirror of
https://github.com/foss42/apidash.git
synced 2025-12-07 21:50:34 +08:00
ToolGen: LightMode Support added & LLMSelector included
This commit is contained in:
@@ -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),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user