mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-03 12:41:45 +02:00
fix: note pin indicator visible in color/tag etc
This commit is contained in:
@@ -187,7 +187,7 @@ function Note(props) {
|
||||
</Text>
|
||||
)}
|
||||
<Flex variant="rowCenter">
|
||||
{note.pinned && (
|
||||
{note.pinned && !props.context && (
|
||||
<Icon.PinFilled color="primary" size={10} sx={{ mr: 1 }} />
|
||||
)}
|
||||
<TimeAgo
|
||||
|
||||
@@ -8975,7 +8975,7 @@ normalize-url@^3.0.0, normalize-url@^3.0.1:
|
||||
|
||||
"notes-core@git+ssh://git@github.com:streetwriters/notesnook-core.git":
|
||||
version "5.2.0"
|
||||
resolved "git+ssh://git@github.com:streetwriters/notesnook-core.git#50c790bb17b74537cd101d943e9e892bc2ff3a56"
|
||||
resolved "git+ssh://git@github.com:streetwriters/notesnook-core.git#fa58e2065ca1b9aa58efa2cd916d8c680b61ee0c"
|
||||
dependencies:
|
||||
fast-sort "^2.0.1"
|
||||
fuzzysearch "^1.0.3"
|
||||
|
||||
Reference in New Issue
Block a user