mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 15:09:33 +01:00
refactor selection system
This commit is contained in:
@@ -48,7 +48,7 @@ const SelectionWrapper = ({
|
||||
? 30
|
||||
: 0,
|
||||
backgroundColor:
|
||||
currentEditingNote === item.dateCreated
|
||||
currentEditingNote === item.dateCreated || pinned
|
||||
? colors.shade
|
||||
: background
|
||||
? background
|
||||
|
||||
Reference in New Issue
Block a user