Skip to content

Commit

Permalink
feat(ErrorformTooltip): icon size changed to normal
Browse files Browse the repository at this point in the history
  • Loading branch information
mainframev committed Apr 26, 2023
1 parent bf09d30 commit 9c1045b
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -2,7 +2,6 @@ import * as React from "react";
import styled, { css } from "styled-components";
import { usePopper } from "react-popper";

import type * as Common from "../../common/types";
import useClickOutside from "../../hooks/useClickOutside";
import KEY_CODE_MAP from "../../common/keyMaps";
import handleKeyDown from "../../utils/handleKeyDown";
Expand Down Expand Up @@ -249,7 +248,7 @@ const ErrorFormTooltip = ({
if (shown) onShown(false);
}}
>
<CloseIc ariaLabel="close" size="small" />
<CloseIc ariaLabel="close" />
</StyledCloseButton>
)}
</StyledFormFeedbackTooltip>
Expand Down

0 comments on commit 9c1045b

Please sign in to comment.