We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3345d1 commit 10eac37Copy full SHA for 10eac37
core/src/components/alert/alert.ios.vars.scss
@@ -114,7 +114,7 @@ $alert-ios-input-padding-start: $alert-ios-input-padding-end;
114
$alert-ios-input-placeholder-color: $placeholder-text-color;
115
116
/// @prop - Border color of the alert input
117
-$alert-ios-input-border-color: var(--ion-color-text-250);
+$alert-ios-input-border-color: var(--ion-color-gray-250);
118
119
/// @prop - Border of the alert input
120
$alert-ios-input-border: $hairlines-width solid $alert-ios-input-border-color;
0 commit comments