Skip to content

Commit 4facecc

Browse files
committed
biome
1 parent 76060a1 commit 4facecc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/components/NoMatchesState.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export function NoMatchesState({ onClearFilters }: NoMatchesStateProps) {
88
<button
99
type="button"
1010
onClick={onClearFilters}
11-
className="text-blue-600 hover:underline cursor-pointer"
11+
className="cursor-pointer text-blue-600 hover:underline"
1212
>
1313
Clear filters
1414
</button>

src/entrypoints/popup/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
body {
1010
width: var(--popup-width);
1111
max-height: var(--popup-height);
12-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
12+
font-family:
13+
-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
1314
font-size: 14px;
1415
line-height: 1.4;
1516
margin: 0;

0 commit comments

Comments
 (0)