fix: dark mode bugs

This commit is contained in:
veganbeef
2025-07-09 09:52:14 -07:00
parent 5dcdd05c0a
commit 8c2603098a
4 changed files with 12 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env node
const { execSync } = require('child_process');
import { execSync } from 'child_process';
// Parse arguments
const args = process.argv.slice(2);