Skip to content

Commit

Permalink
(fix) O3-2711: Fix the sizing of the identifier input delete icon (#945)
Browse files Browse the repository at this point in the history
* (fix) O3-2711 - Trash Icon centered

* fix : Trash icon centered
  • Loading branch information
Vijaykv5 authored Jan 30, 2024
1 parent 80d4b15 commit 7eb44b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export const IdentifierInput: React.FC<IdentifierInputProps> = ({ patientIdentif
<UserHasAccess privilege="Delete Patient Identifiers">
<Button
size="md"
kind="danger--ghost"
kind="ghost"
onClick={handleDelete}
iconDescription={t('deleteIdentifierTooltip', 'Delete')}
disabled={disabled}
Expand Down

0 comments on commit 7eb44b2

Please sign in to comment.