Skip to content

Commit

Permalink
fix(tags): update spoiler and hide card color
Browse files Browse the repository at this point in the history
  • Loading branch information
realth000 committed Dec 17, 2024
1 parent 61244ca commit 2eea38c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/tags/hide/hide_builer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ class _HideCardState extends State<_HideCard> {
);
},
child: Card(
color: Theme.of(context).colorScheme.surfaceContainerHigh,
margin: EdgeInsets.zero,
clipBehavior: Clip.hardEdge,
child: Padding(
Expand Down
1 change: 1 addition & 0 deletions lib/src/tags/spoiler/spoiler_builder.dart
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ class _SpoilerCardState extends State<_SpoilerCard> {
);
},
child: Card(
color: Theme.of(context).colorScheme.surfaceContainerHigh,
margin: EdgeInsets.zero,
clipBehavior: Clip.hardEdge,
child: Padding(
Expand Down

0 comments on commit 2eea38c

Please sign in to comment.