We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c00d97 commit 9a30969Copy full SHA for 9a30969
1 file changed
packages/eui-theme-common/src/global_styling/variables/_buttons.scss
@@ -9,7 +9,7 @@ $euiButtonTypes: (
9
success: $euiColorSuccess,
10
warning: $euiColorWarning,
11
danger: $euiColorDanger,
12
- ghost: $euiColorPlainLight, // Ghost is color mode-invariant
+ ghost: $euiColorPlainLight, // Ghost is color-mode-invariant
13
text: $euiColorDarkShade, // Reserved for special use cases
14
) !default;
15
0 commit comments