🐛(react) change most tertiary buttons to tertiary-text
Since the addition of tertiary-text variant, the original tertiary variant has seen its background color changing from transparent to greyscale-100, the change has impacted lots of components making them look odd. So that's why I updated most of old tertiary to tertiary-text. Fixes #223
This commit is contained in:
@@ -149,7 +149,7 @@ const DatePickerAux = forwardRef(
|
||||
: "components.forms.date_picker.toggle_button_aria_label_open",
|
||||
),
|
||||
}}
|
||||
color="tertiary"
|
||||
color="tertiary-text"
|
||||
size="small"
|
||||
className="c__date-picker__wrapper__toggle"
|
||||
onClick={pickerState.toggle}
|
||||
@@ -166,7 +166,7 @@ const DatePickerAux = forwardRef(
|
||||
"c__date-picker__inner__action--hidden":
|
||||
labelAsPlaceholder || disabled,
|
||||
})}
|
||||
color="tertiary"
|
||||
color="tertiary-text"
|
||||
size="nano"
|
||||
icon={<span className="material-icons">cancel</span>}
|
||||
onClick={onClear}
|
||||
|
||||
Reference in New Issue
Block a user