Skip to content

Commit a67068f

Browse files
committed
Made Qogit Dark change to frontend/src/App.tsx
1 parent 597f9cd commit a67068f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

frontend/src/App.tsx

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ const App: React.FC = () => {
2525
"Adwaita-dark",
2626
"prefer-dark",
2727
"org.kde.breezedark.desktop",
28-
"com.github.vinceliuice.Qogir-dark",
29-
"Qogirdark",
30-
"Qogir-dark",
31-
"Qogir-win-dark",
28+
"com.github.vinceliuice.Qogir-Dark",
29+
"QogirDark",
30+
"Qogir-Dark",
31+
"Qogir-win-Dark",
3232
];
3333

3434
const fetchTheme = async () => {

0 commit comments

Comments
 (0)