diff --git a/front/src/style/components/_label.scss b/front/src/style/components/_label.scss index 07ac474b4..254d52ace 100644 --- a/front/src/style/components/_label.scss +++ b/front/src/style/components/_label.scss @@ -8,3 +8,9 @@ margin-bottom: 0.5em; } } + +.ui.menu .item > .label { + background-color: var(--accent-color); + border-color: var(--accent-color); + color: #fff; +} \ No newline at end of file