Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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(); |
-
Please register or login to post a comment