Skip to content

Commit 0665344

Browse files
committed
fix: remove old husky to v9
1 parent 8bbf5d1 commit 0665344

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.husky/pre-commit

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
pnpm format && pnpm lint

packages/nreact/src/styles.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
:root {
2-
--notion-font: ui-sans-serif, system-ui, apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, 'Apple Color Emoji',
3-
Arial, sans-serif, 'Segoe UI Emoji', 'Segoe UI Symbol';
2+
--notion-font:
3+
ui-sans-serif, system-ui, apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, 'Apple Color Emoji', Arial,
4+
sans-serif, 'Segoe UI Emoji', 'Segoe UI Symbol';
45
--fg-color: rgb(55, 53, 47);
56
--fg-color-0: rgba(55, 53, 47, 0.09);
67
--fg-color-1: rgba(55, 53, 47, 0.16);
@@ -604,7 +605,8 @@
604605
}
605606

606607
.notion-page-icon {
607-
font-family: 'Apple Color Emoji', 'Segoe UI Emoji', NotoColorEmoji, 'Noto Color Emoji', 'Segoe UI Symbol', 'Android Emoji',
608+
font-family:
609+
'Apple Color Emoji', 'Segoe UI Emoji', NotoColorEmoji, 'Noto Color Emoji', 'Segoe UI Symbol', 'Android Emoji',
608610
EmojiSymbols;
609611
font-size: 1.1em;
610612
fill: var(--fg-color-6);

0 commit comments

Comments
 (0)