Skip to content

Commit

Permalink
feat(html): Set default card elevation to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
realth000 committed Sep 14, 2024
1 parent cd9b029 commit 7f08319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/html/html_muncher.dart
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class _MunchState {
/// In some nested cards, elevation can be more than 1.
///
/// Default is 0, increase when building in cards.
double elevation = 1;
double elevation = 0;

/// Flag indicating whether we should wrap line in word.
///
Expand Down

0 comments on commit 7f08319

Please sign in to comment.