Skip to content

Commit

Permalink
Update ArnaTypography
Browse files Browse the repository at this point in the history
  • Loading branch information
MahanRahmati committed May 20, 2022
1 parent 8a6e189 commit 9795629
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
- Update ArnaDatePicker
- Update ArnaColors
- Update ArnaTheme
- Update ArnaTypography

## 0.4.8

Expand Down
2 changes: 1 addition & 1 deletion lib/src/base/feedback.dart
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ import 'package:flutter/services.dart' show HapticFeedback;
/// ```
/// {@end-tool}
class ArnaFeedback {
// This class is not meant to be instantiated or extended; this constructor prevents instantiation and extension.
/// This class is not meant to be instantiated or extended; this constructor prevents instantiation and extension.
ArnaFeedback._();

/// Provides platform-specific feedback for a long press.
Expand Down
2 changes: 1 addition & 1 deletion lib/src/theme/colors.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import 'package:flutter/foundation.dart';

/// A palette of [Color] constants that describe colors
class ArnaColors {
// This class is not meant to be instantiated or extended; this constructor prevents instantiation and extension.
/// This class is not meant to be instantiated or extended; this constructor prevents instantiation and extension.
ArnaColors._();

/// Completely invisible.
Expand Down
2 changes: 1 addition & 1 deletion lib/src/theme/typography.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import 'package:arna/arna.dart';
///
/// The color text themes are [light] and [dark].
class ArnaTypography {
// This class is not meant to be instantiated or extended; this constructor prevents instantiation and extension.
/// This class is not meant to be instantiated or extended; this constructor prevents instantiation and extension.
ArnaTypography._();

/// A text theme used for [Brightness.light] themes.
Expand Down

0 comments on commit 9795629

Please sign in to comment.