Skip to content

Commit ea75e3e

Browse files
committed
add todo not that special but yeah
1 parent 19105f2 commit ea75e3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/SetColor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default function SetColor() {
66
// Stackoverflow, you may be pretty much dead, but you aren't dead in my heart!
77
// Modified from https://stackoverflow.com/questions/1484506/random-color-generator
88
function getRandomColor() {
9-
const letters = "89ABCDEF89ABCDEF";
9+
const letters = "89ABCDEF89ABCDEF"; // TODO: if in light mode, do opposite
1010
let color = "#";
1111
for (let i = 0; i < 6; i++) {
1212
color += letters[Math.floor(Math.random() * 16)];

0 commit comments

Comments
 (0)