@st-import [--wds-color-text-standard-secondary] from "@wix/design-system-tokens/all.st.css";
@st-import TextButton from "../../../TextButton/TextButton.st.css";
@st-import [D20] from "../../../Foundation/stylable/colors.st.css";

.textButton {
  -st-extends: TextButton;
  -st-states: withLabel;
}

.textButton::suffix {
  width: initial;
  height: initial;
  fill: var(--wds-color-text-standard-secondary, value(D20));
}

.textButton:not(:withLabel)::suffix {
  padding: 0;
}

/* st-namespace-reference="../../../../../src/Accordion/components/AccordionItemCaret/AccordionItemCaret.st.css" */