Skip to content

Commit

Permalink
fix: replace quick action icon color
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasXu0 committed Dec 27, 2024
1 parent 1b90015 commit defb224
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -310,4 +310,7 @@ extension SimpleTableColors on BuildContext {
Color get simpleTableInsertActionBackgroundColor => Theme.of(this).isLightMode
? const Color(0xFFF2F2F7)
: const Color(0xFF2D3036);

Color? get simpleTableQuickActionBackgroundColor =>
Theme.of(this).isLightMode ? null : const Color(0xFFBBC3CD);
}

0 comments on commit defb224

Please sign in to comment.