Skip to content

Commit

Permalink
Update forui/lib/src/theme/style_data.dart
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Ngeo <[email protected]>
  • Loading branch information
kawaijoe and Pante authored May 9, 2024
1 parent 032f5eb commit 380d824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forui/lib/src/theme/style_data.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import 'package:flutter/material.dart';

/// A class that holds the theme data for the app.
/// The default theme data that is inherited from a [FTheme] by child Forui widgets.
class FStyleData {
/// The background color.
final Color background;
Expand Down

0 comments on commit 380d824

Please sign in to comment.