diff --git a/services/ui-src/src/index.scss b/services/ui-src/src/index.scss index 2b99d50f9..7c426555d 100644 --- a/services/ui-src/src/index.scss +++ b/services/ui-src/src/index.scss @@ -2954,3 +2954,9 @@ article.form-container { @extend .ds-c-button; margin: 10px; } +.accordion-button > svg { + display: none; +} +.inversed-accordion-button > svg { + display: none; +} \ No newline at end of file