Web:Files:Badges:Changed the default lineHeight for the Badge component.

This commit is contained in:
Vlada Gazizova 2021-12-24 12:02:15 +03:00
parent 99a5f3a29c
commit d7faf84a44

View File

@ -85,7 +85,7 @@ Badge.defaultProps = {
borderRadius: "11px", borderRadius: "11px",
padding: "0 5px", padding: "0 5px",
maxWidth: "50px", maxWidth: "50px",
lineHeight: "12px", lineHeight: "16px",
}; };
export default Badge; export default Badge;