Skip to content

Commit

Permalink
Updated Settings UI
Browse files Browse the repository at this point in the history
  • Loading branch information
AceHunterr committed Jan 13, 2025
1 parent b4e85f7 commit a4ee3c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/OrgSettings/General/DeleteOrg/DeleteOrg.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ function deleteOrg(): JSX.Element {
onHide={toggleDeleteModal}
data-testid="orgDeleteModal"
>
<Modal.Header className="bg-primary" closeButton>
<Modal.Header style={{ backgroundColor: '#a8c7fa' }} closeButton>
<h5 className="text-white fw-bold">{t('deleteOrganization')}</h5>
</Modal.Header>
<Modal.Body>{t('deleteMsg')}</Modal.Body>
Expand Down

0 comments on commit a4ee3c7

Please sign in to comment.