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>
This commit is contained in:
Kaan Kabalak
2020-11-12 10:28:49 -08:00
committed by GitHub
parent bc27db4a69
commit 125c9abf56

View File

@@ -54,6 +54,7 @@ export const modalBasic = {
marginLeft: 0,
},
clearButton: {
fontFamily: "Lato, sans-serif",
border: "0",
backgroundColor: "transparent",
color: "#393939",