Skip to content

Commit 32898f0

Browse files
Edit Searchbar styling based on mockups (#385)
Co-authored-by: Daniel Valdivia <hola@danielvaldivia.com>
1 parent 125c9ab commit 32898f0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

portal-ui/src/screens/Console/Common/FormComponents/common/styleLibrary.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,13 +156,17 @@ export const searchField = {
156156
justifyContent: "center",
157157
padding: "0 16px",
158158
"& input": {
159-
fontSize: 14,
159+
fontSize: 12,
160+
fontWeight: 700,
160161
color: "#000",
161162
"&::placeholder": {
162163
color: "#393939",
163164
opacity: 1,
164165
},
165166
},
167+
"&:hover": {
168+
borderColor: "#000",
169+
},
166170
},
167171
};
168172

0 commit comments

Comments
 (0)