change bg colour

This commit is contained in:
grngxd 2025-06-08 14:52:59 +01:00
parent 31594891e5
commit 9fd4ab4e46
3 changed files with 11 additions and 2 deletions

View file

@ -32,7 +32,7 @@ export default component$(() => {
}
})
return (
<div class="fixed bottom-4 left-1/2 transform -translate-x-1/2 bg-gray-950/50 backdrop-blur-3xl w-1/3 p-2 rounded-lg flex items-center justify-between">
<div class="fixed bottom-4 left-1/2 transform -translate-x-1/2 bg-neutral-950/50 backdrop-blur-3xl w-1/3 p-2 rounded-lg flex items-center justify-between">
<input
type="file"
ref={fileInputRef}