cool beans

This commit is contained in:
rmoren97 2026-02-13 16:01:05 -08:00
parent 39766a0994
commit a9cf7503b4

View File

@ -90,7 +90,7 @@ export default function Select({
</button> </button>
{open && ( {open && (
<div className="absolute z-50 w-full mt-1 glass rounded-lg overflow-hidden shadow-xl shadow-black/50 border border-white/[0.1]"> <div className="absolute z-50 w-full mt-1 rounded-lg overflow-hidden shadow-xl shadow-black/50 border border-white/[0.15]" style={{ background: 'rgba(15, 15, 28, 0.95)', backdropFilter: 'blur(24px)' }}>
{placeholder && ( {placeholder && (
<button <button
type="button" type="button"