foreground text color

This commit is contained in:
Jade (Rose) Rowland 2025-02-24 22:03:50 -05:00
parent d9c3f051b9
commit 904c213d03
2 changed files with 2 additions and 1 deletions

View file

@ -53,7 +53,7 @@ export function SoundsTab() {
});
return (
<div id="sounds-tab" className="px-4 flex flex-col w-full h-full">
<div id="sounds-tab" className="px-4 flex flex-col w-full h-full text-foreground">
<Textbox placeholder="Search" value={search} onChange={(v) => setSearch(v)} />
<div className="pb-2 flex shrink-0 flex-wrap">