Skip to content

Commit

Permalink
Refactored components and screens to adhere to the Figma style guide.…
Browse files Browse the repository at this point in the history
… Removed unused CSS files and updated TSX files for better compliance.
  • Loading branch information
khushipatil1523 committed Jan 23, 2025
1 parent fa209d0 commit a0be8a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ function organizationCard(props: InterfaceOrganizationCardProps): JSX.Element {
</div>
{props.membershipRequestStatus === 'accepted' && (
<Button
variant="success"
variant="outline-success"
data-testid="manageBtn"
className={styles.joinedBtn}
onClick={() => {
Expand Down

0 comments on commit a0be8a3

Please sign in to comment.