Skip to content
This repository was archived by the owner on Jul 12, 2024. It is now read-only.

Commit 7820f46

Browse files
committed
refactor: Remove unused font family in dButton component
1 parent f1beed4 commit 7820f46

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/components/atomic/dfault_buttons.dart

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ Widget dButton({required onPress, String text = "", bool active = true}) {
2626
text,
2727
textAlign: TextAlign.left,
2828
style: const TextStyle(
29-
fontFamily: "Comfortaa",
3029
fontWeight: FontWeight.w600,
3130
fontSize: 18,
3231
letterSpacing: 0.0,

0 commit comments

Comments
 (0)