Skip to content

Commit 598108e

Browse files
author
tkokhing
committed
Given unique attention to toggle-frame, opening to more details within
1 parent c88c213 commit 598108e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/_components/preference/toggle-frame.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export function ToggleFrame({ label, children, defaultOpen = false }: Props) {
2626
}, [isOpen]);
2727

2828
return (
29-
<div ref={ref}>
29+
<div ref={ref} className="shadow-sm hover:shadow-sm hover:shadow-blue-900/85 dark:shadow-sky-900/50 hover:dark:shadow-yellow-100/85 hover:dark:shadow-sm py-3 px-4">
3030
<hr className="my-0 w-full border-zinc-200 dark:border-zinc-800" />
3131
<button
3232
type="button"

0 commit comments

Comments
 (0)