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 cd7c150 commit 7044539Copy full SHA for 7044539
core/src/components/select/select.ionic.scss
@@ -9,7 +9,7 @@
9
--background: #{globals.$ion-primitives-base-white};
10
// TODO(ROU-10778, ROU-10875): Sync the color names to the design system of
11
// ios and md. This will allow us to have a single color map.
12
- --border-color: #{globals.$ion-primitives-neutral-800};
+ --border-color: #{globals.$ion-primitives-neutral-500};
13
--border-width: #{globals.$ion-border-size-025};
14
--padding-start: #{globals.$ion-space-400};
15
--padding-end: #{globals.$ion-space-400};
0 commit comments