Skip to content

Commit

Permalink
MOSIP-37610: UI Enhancements Applicable for all Partners and Partner …
Browse files Browse the repository at this point in the history
…Admin screens

Signed-off-by: Anil_Kumar_Majji <[email protected]>
  • Loading branch information
Anil-kumar-Majji committed Jan 10, 2025
1 parent bcf1838 commit af8bf1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ function CreatePolicy() {
<div>
<button onKeyDown={(e) => { if (e.key === 'Enter') { document.getElementById('fileInput').click() } }}>
<label htmlFor="fileInput" className="bg-tory-blue flex items-center justify-center h-11 w-28 text-snow-white text-xs font-semibold rounded-md cursor-pointer">
<span className="px-2">{t('createPolicy.upload')}</span>
<p>{t('createPolicy.upload')}</p>
</label>
</button>
<input
Expand Down

0 comments on commit af8bf1c

Please sign in to comment.