new ver
This commit is contained in:
parent
a37f5cd2d0
commit
3346fae87d
@ -82,7 +82,7 @@ define(['./workbox-47da91e0'], (function (workbox) { 'use strict';
|
|||||||
"revision": "3ca0b8505b4bec776b69afdba2768812"
|
"revision": "3ca0b8505b4bec776b69afdba2768812"
|
||||||
}, {
|
}, {
|
||||||
"url": "/index.html",
|
"url": "/index.html",
|
||||||
"revision": "0.umqqd7sqgfg"
|
"revision": "0.rkgg11egm7o"
|
||||||
}], {
|
}], {
|
||||||
"ignoreURLParametersMatching": [/^utm_/, /^fbclid$/]
|
"ignoreURLParametersMatching": [/^utm_/, /^fbclid$/]
|
||||||
});
|
});
|
||||||
|
|||||||
@ -1087,7 +1087,12 @@ export const NoteEditor: React.FC<NoteEditorProps> = ({ onSave }) => {
|
|||||||
type="checkbox"
|
type="checkbox"
|
||||||
checked={isPrivate}
|
checked={isPrivate}
|
||||||
onChange={(e) => setIsPrivate(e.target.checked)}
|
onChange={(e) => setIsPrivate(e.target.checked)}
|
||||||
style={{ width: "18px", height: "18px", cursor: "pointer" }}
|
style={{
|
||||||
|
width: "18px",
|
||||||
|
height: "18px",
|
||||||
|
cursor: "pointer",
|
||||||
|
accentColor: "var(--accent-color, #007bff)",
|
||||||
|
}}
|
||||||
/>
|
/>
|
||||||
<span style={{ fontSize: "14px", color: "var(--text-primary, #333)" }}>
|
<span style={{ fontSize: "14px", color: "var(--text-primary, #333)" }}>
|
||||||
Приватная заметка
|
Приватная заметка
|
||||||
|
|||||||
@ -1566,7 +1566,12 @@ export const NoteItem: React.FC<NoteItemProps> = ({
|
|||||||
type="checkbox"
|
type="checkbox"
|
||||||
checked={editIsPrivate}
|
checked={editIsPrivate}
|
||||||
onChange={(e) => setEditIsPrivate(e.target.checked)}
|
onChange={(e) => setEditIsPrivate(e.target.checked)}
|
||||||
style={{ width: "18px", height: "18px", cursor: "pointer" }}
|
style={{
|
||||||
|
width: "18px",
|
||||||
|
height: "18px",
|
||||||
|
cursor: "pointer",
|
||||||
|
accentColor: "var(--accent-color, #007bff)",
|
||||||
|
}}
|
||||||
/>
|
/>
|
||||||
<span
|
<span
|
||||||
style={{
|
style={{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user