Skip to content

Commit d6caaed

Browse files
committed
Use neutral bg color for text select component
1 parent 2e32b29 commit d6caaed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tekst-Web/src/components/navigation/TextSelect.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ function handleSelect(text: TextRead) {
8686

8787
<style scoped>
8888
.text-select {
89-
background-color: var(--primary-color-fade5);
89+
background-color: var(--main-bg-color);
9090
}
9191
9292
.text-select-btn {

0 commit comments

Comments
 (0)