frst-components 0.34.1 → 0.34.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9693,7 +9693,7 @@ const InputSearchWrapper$1 = styled__default["default"].div `
|
|
|
9693
9693
|
border: 1px solid
|
|
9694
9694
|
${({ isHover, theme, inputSearchNewStyle, darkMode }) => isHover ? theme.colors.linkOnfocus : inputSearchNewStyle ? theme.colors.neutralsGrey7 : darkMode ? theme.colors.neutralsGrey2 : '#E0E0E0'};
|
|
9695
9695
|
|
|
9696
|
-
${({ isOnFocus }) => isOnFocus && '
|
|
9696
|
+
${({ isOnFocus }) => isOnFocus && 'border: 1px solid #f18624 ;'}
|
|
9697
9697
|
`;
|
|
9698
9698
|
const InputText$3 = styled__default["default"].input `
|
|
9699
9699
|
display: flex;
|