Skip to content

Commit

Permalink
Tailwind migration: fixed UI
Browse files Browse the repository at this point in the history
  • Loading branch information
dkildar committed Nov 3, 2023
1 parent 2491c76 commit 2bd9d9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ exports[`(1) Default render 1`] = `
</div>
<div
className="editor-tool"
id="editor-tool-emoji-picker-c7f5bea7-aa71-4517-ab00-ee13a4231983"
id="editor-tool-emoji-picker-6058f9d8-96c0-44cf-8cd5-888bc0d6eadd"
role="none"
title="Emoji"
>
Expand Down Expand Up @@ -551,7 +551,7 @@ exports[`(2) Cancellable, in progress 1`] = `
</div>
<div
className="editor-tool"
id="editor-tool-emoji-picker-ed2ca466-98ed-4883-bd7b-03e46290cb58"
id="editor-tool-emoji-picker-b567071f-dcb6-497d-a700-9df9cd61481a"
role="none"
title="Emoji"
>
Expand Down
2 changes: 1 addition & 1 deletion src/common/pages/submit/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ export function Submit(props: PageProps & MatchProps) {
key={item}
/>
{selectedItem === item && (
<div className="text-green check absolute bg-white rounded-circle flex justify-center items-center">
<div className="text-green check absolute bg-white rounded-full p-1 flex justify-center items-center">
{checkSvg}
</div>
)}
Expand Down

0 comments on commit 2bd9d9a

Please sign in to comment.