Skip to content

Commit

Permalink
refactor(uiux): remove forced-upper case on headers
Browse files Browse the repository at this point in the history
  • Loading branch information
JagandeepBrar committed Sep 26, 2022
1 parent f3931c6 commit 958e6f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/widgets/ui/header.dart
Expand Up @@ -13,7 +13,7 @@ class LunaHeader extends StatelessWidget {

Widget _headerText() {
return Text(
text!.toUpperCase(),
text!,
style: const TextStyle(
fontWeight: LunaUI.FONT_WEIGHT_BOLD,
fontSize: LunaUI.FONT_SIZE_H2,
Expand Down

0 comments on commit 958e6f1

Please sign in to comment.