Skip to content

Commit 52ccc0d

Browse files
committed
fixes for --ninja-font-family not passed to header #22
1 parent d64ba14 commit 52ccc0d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ninja-keys",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Ninja Keys",
55
"main": "dist/ninja-keys.js",
66
"module": "dist/ninja-keys.js",

src/ninja-header.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export class NinjaHeader extends LitElement {
2121
caret-color: var(--ninja-accent-color);
2222
color: var(--ninja-text-color);
2323
outline: none;
24+
font-family: var(--ninja-font-family);
2425
}
2526
.search::placeholder {
2627
color: var(--ninja-placeholder-color);
@@ -45,6 +46,7 @@ export class NinjaHeader extends LitElement {
4546
color: var(--ninja-secondary-text-color);
4647
margin-right: 0.5em;
4748
outline: none;
49+
font-family: var(--ninja-font-family);
4850
}
4951
5052
.search-wrapper {

0 commit comments

Comments
 (0)