顾海波

【修复】适配

@@ -219,7 +219,7 @@ extension ExtensionDialog on GetInterface { @@ -219,7 +219,7 @@ extension ExtensionDialog on GetInterface {
219 child: Text( 219 child: Text(
220 textConfirm ?? "Ok", 220 textConfirm ?? "Ok",
221 style: 221 style:
222 - TextStyle(color: confirmTextColor ?? theme.backgroundColor), 222 + TextStyle(color: confirmTextColor ?? theme.colorScheme.surface),
223 ), 223 ),
224 onPressed: () { 224 onPressed: () {
225 onConfirm?.call(); 225 onConfirm?.call();