Skip to content

Commit 125c9ab

Browse files
Adjust Modal form clear button font based on mockups (#384)
The font of the clear button for Modal forms were 'sans-serif' instead of being 'Lato' as specified in the mockups. Co-authored-by: Daniel Valdivia <hola@danielvaldivia.com>
1 parent bc27db4 commit 125c9ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export const modalBasic = {
5454
marginLeft: 0,
5555
},
5656
clearButton: {
57+
fontFamily: "Lato, sans-serif",
5758
border: "0",
5859
backgroundColor: "transparent",
5960
color: "#393939",

0 commit comments

Comments
 (0)