Skip to content

Commit 7f7118c

Browse files
stephancilldavidfurlong
authored andcommitted
fix: embeds editor delete button styling
1 parent dca7f6d commit 7f7118c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-ui-shadcn/src/lib/embeds.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const EmbedsEditor = ({
2424
{embeds.map((embed, i) => (
2525
<div key={i} className="relative">
2626
<Button
27-
className="rounded-full text-white dark:text-black hover:text-gray-300 absolute -top-4 -left-4 border-white border z-50"
27+
className="rounded-full text-white dark:text-black hover:text-gray-300 absolute -top-4 -left-4 border-white dark:border-black border z-50"
2828
size="icon"
2929
type="button"
3030
onClick={() => {

0 commit comments

Comments
 (0)