feat(base/ui): remove force capitalize from button labels

This commit is contained in:
Calin-Teodor
2024-11-05 14:44:31 +02:00
committed by Дамян Минков
parent 459b5372d1
commit d7e2be200a
3 changed files with 4 additions and 7 deletions

View File

@@ -10,8 +10,7 @@ const button = {
};
const buttonLabel = {
...BaseTheme.typography.bodyShortBold,
textTransform: 'capitalize'
...BaseTheme.typography.bodyShortBold
};
export default {