Skip to content

Commit 10eac37

Browse files
committed
fix(alert): use correct variable
1 parent c3345d1 commit 10eac37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/alert/alert.ios.vars.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ $alert-ios-input-padding-start: $alert-ios-input-padding-end;
114114
$alert-ios-input-placeholder-color: $placeholder-text-color;
115115

116116
/// @prop - Border color of the alert input
117-
$alert-ios-input-border-color: var(--ion-color-text-250);
117+
$alert-ios-input-border-color: var(--ion-color-gray-250);
118118

119119
/// @prop - Border of the alert input
120120
$alert-ios-input-border: $hairlines-width solid $alert-ios-input-border-color;

0 commit comments

Comments
 (0)