mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-24 09:38:25 +00:00
fix: the grid cell border color didn't change after switch to new theme (#1564)
Co-authored-by: nathan <nathan@appflowy.io>
This commit is contained in:
parent
d487820963
commit
2a75ad144a
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ class CellContainer extends StatelessWidget {
|
|||
cellStateNotifier!..onEnter = rowStateNotifier.onEnter,
|
||||
child: Selector<_CellContainerNotifier, bool>(
|
||||
selector: (context, notifier) => notifier.isFocus,
|
||||
builder: (context, isFocus, _) {
|
||||
builder: (privderContext, isFocus, _) {
|
||||
Widget container = Center(child: GridCellShortcuts(child: child));
|
||||
|
||||
if (accessoryBuilder != null) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue