Skip to content

Commit

Permalink
fix: css changes (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
Riddhiagrawal001 authored Apr 17, 2024
1 parent 627c8f4 commit 0522921
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/config/UIConfig.res
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ let defaultUIConfig: t = {
},
textColor: {
primaryNormal: "text-white",
primaryOutline: "text-blue-800",
primaryOutline: "text-primary",
primaryDisabled: "text-jp-gray-600 dark:text-jp-gray-text_darktheme dark:text-opacity-25",
},
},
Expand Down
2 changes: 1 addition & 1 deletion src/screens/Disputes/Disputes.res
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ let make = () => {
let customUI =
<>
<div
className={`${borderColor.primaryNormal}flex items-start text-sm rounded-md gap-2 px-4 py-3 mt-5`}>
className={`${borderColor.primaryNormal} flex items-start text-sm rounded-md gap-2 px-4 py-3 mt-5`}>
<Icon name="info-vacent" className={`${textColor.primaryNormal} mt-1`} size=18 />
<p>
{"Missing disputes? Disputes might not be supported for your payment processor or might not yet have been integrated with hyperswitch. Please check the"->React.string}
Expand Down

0 comments on commit 0522921

Please sign in to comment.