0

在此处输入图像描述

这是一个文本字段,正常情况下,搜索图标应该是蓝色的。

input: {
    color: 'black',
    backgroundColor: 'white',
    '&-ms-::placeholder, &-webkit-::placeholder, &::placeholder': {
      color: 'black',
      fontSize: '12px',
      backgroundColor: 'white',
    },
    '& + svg': {
      fill: '#00a1af',
    },
}
4

0 回答 0