Skip to content

Commit

Permalink
Ui issue fix (#1140)
Browse files Browse the repository at this point in the history
Signed-off-by: sudeep <[email protected]>
  • Loading branch information
Sudeep7353 authored Jan 24, 2025
1 parent e2a662c commit 9528ce5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ function ViewAdminSbiDetails() {
</p>
</div>
<div className={`mb-5 max-[600px]:w-[100%] w-[48%] ${isLoginLanguageRTL ? "mr-1" : "ml-1"}`}>
<p className={`font-[600] text-sm`}>
<p className={`font-[600] text-suva-gray text-sm`}>
{t("viewSbiDetails.sbiExpiryDate")}
</p>
<p className={`${(sbiDetails.sbiExpiryStatus === 'expired') ? 'text-crimson-red' : 'text-vulcan'} font-[600] text-md`}>
Expand Down

0 comments on commit 9528ce5

Please sign in to comment.