mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 06:19:33 -04:00
change sound background to distinguish action buttons
This commit is contained in:
@@ -97,7 +97,7 @@ export function SoundsTab() {
|
||||
/>
|
||||
)}
|
||||
|
||||
<div className="min-h-0 max-h-full grow overflow-auto text-sm break-normal pb-2">
|
||||
<div className="min-h-0 max-h-full grow overflow-auto text-sm break-normal bg-background p-2 rounded-md">
|
||||
{soundEntries.map(([name, { data, onTrigger }]) => {
|
||||
return (
|
||||
<span
|
||||
|
||||
Reference in New Issue
Block a user