diff --git a/src/components/flow/FlowStamp/styles.scss b/src/components/flow/FlowStamp/styles.scss index c9410d83..0ca5216d 100644 --- a/src/components/flow/FlowStamp/styles.scss +++ b/src/components/flow/FlowStamp/styles.scss @@ -72,12 +72,15 @@ padding: $gap; @include outer_shadow(); + + :global(.input_title) { + color: lighten($content_bg, 10%); + } } .search_icon { - fill: white; - opacity: 0.1; - stroke: white; + fill: lighten($content_bg, 8%); + stroke: lighten($content_bg, 8%); stroke-width: 0.5; pointer-events: none; touch-action: none; diff --git a/src/components/input/InputText/index.tsx b/src/components/input/InputText/index.tsx index c4cc4668..eae62ab5 100644 --- a/src/components/input/InputText/index.tsx +++ b/src/components/input/InputText/index.tsx @@ -75,7 +75,7 @@ const InputText: FC = ({ {title && ( -
+
{title}
)}