Skip to content

Commit 6d301b9

Browse files
committed
remove
1 parent 755b99d commit 6d301b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web_src/js/utils.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,4 +161,3 @@ export function useLightTextOnBackground(backgroundColor) {
161161
const brightness = (0.299 * r + 0.587 * g + 0.114 * b) / 255;
162162
return brightness < 0.35;
163163
}
164-

0 commit comments

Comments
 (0)