feat(base/ui): removed unneeded lineHeight value

This commit is contained in:
Calin-Teodor
2023-11-09 11:47:08 +02:00
committed by Calinteodor
parent 7a9285b326
commit fcddccf018

View File

@@ -11,7 +11,6 @@ const button = {
const buttonLabel = {
...BaseTheme.typography.bodyShortBold,
lineHeight: 14,
textTransform: 'capitalize'
};