Skip to content

Commit

Permalink
fix: Add icon fix for safari (juspay#1028)
Browse files Browse the repository at this point in the history
  • Loading branch information
Riddhiagrawal001 authored Jul 19, 2024
1 parent 8ce7408 commit 75a778b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/screens/Developer/PaymentSettings/PaymentSettings.res
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,9 @@ module WebHookAuthenticationHeaders = {
<UIUtils.RenderIf condition={index === authHeaders->Array.length - 1 && index != 3}>
<div className="flex justify-start items-center mt-4">
<Icon
name="plus-circle"
size=27
customIconColor="text-gray-400"
className="flex items-center justify-center w-fit h-fit"
name="plus"
size=16
className="flex items-center justify-center w-fit h-fit p-1 border-2 rounded-full bg-gray-100"
onClick={_ => addAuthHeaders()}
/>
</div>
Expand Down

0 comments on commit 75a778b

Please sign in to comment.