Skip to content

Commit

Permalink
fix: set x button to black (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xPenryn authored Aug 22, 2024
1 parent 0c37e26 commit 67dddee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/IDKitWidget/BaseWidget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const IDKitWidget: FC<WidgetProps> = ({ children, ...config }) => {
<Toast.Provider>
<Toast.Viewport className="flex justify-center" />
<div className="mx-6 mb-12 flex items-center justify-between">
<Dialog.Close className="flex items-center justify-center rounded-full dark:text-white">
<Dialog.Close className="flex items-center justify-center rounded-full text-black dark:text-white">
<XMarkIcon className="size-5" />
</Dialog.Close>
</div>
Expand Down

0 comments on commit 67dddee

Please sign in to comment.