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

Commit

Permalink
refactor: Remove unused font family in dButton component
Browse files Browse the repository at this point in the history
  • Loading branch information
xuelink committed Jun 29, 2024
1 parent f1beed4 commit 7820f46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/components/atomic/dfault_buttons.dart
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ Widget dButton({required onPress, String text = "", bool active = true}) {
text,
textAlign: TextAlign.left,
style: const TextStyle(
fontFamily: "Comfortaa",
fontWeight: FontWeight.w600,
fontSize: 18,
letterSpacing: 0.0,
Expand Down

0 comments on commit 7820f46

Please sign in to comment.