fix: change bg select admin page

This commit is contained in:
2026-07-01 15:05:52 +03:00
parent 4089037fb7
commit 0f573cbf9c
3 changed files with 141 additions and 5 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ export default function AdminStock() {
// общий класс инпутов
const inputClass =
"bg-white/5 border border-white/10 rounded px-3 py-2 text-white placeholder-white/40 focus:border-gold focus:outline-none";
"bg-slate-800 border border-white/10 rounded px-3 py-2 text-white placeholder-white/40 focus:border-gold focus:outline-none";
return (
<div className="flex flex-col gap-8">