diff --git a/src/custom-search-box/custom-search-box.scss b/src/custom-search-box/custom-search-box.scss index 0c47f6b949c16a50cf86c3dd5b533dd9f7214c41..7d4733f8773ae730cbd93fd5dad40a906192d0c8 100644 --- a/src/custom-search-box/custom-search-box.scss +++ b/src/custom-search-box/custom-search-box.scss @@ -17,6 +17,10 @@ background-color: var(--ibiz-screen-dashboard-primary-active-color,#00e2f4); border-radius: 4px; } + + .el-input__inner{ + color: var(--ibiz-screen-dashboard-text-color); + } &.is-focus { box-shadow: 0 0 0 1px var(--ibiz-screen-dashboard-border-color, var(--el-input-hover-border-color)) inset;