diff --git a/Common/UI/Components/Button/Button.tsx b/Common/UI/Components/Button/Button.tsx index 815e0956ed..fb135ad44a 100644 --- a/Common/UI/Components/Button/Button.tsx +++ b/Common/UI/Components/Button/Button.tsx @@ -204,7 +204,7 @@ const Button: FunctionComponent = ({ buttonStyle === ButtonStyleType.HOVER_SUCCESS_OUTLINE || buttonStyle === ButtonStyleType.HOVER_PRIMARY_OUTLINE ) { - buttonStyleCssClass = `flex btn-outline-secondary background-very-light-Gray500-on-hover md:text-sm ml-1`; + buttonStyleCssClass = `flex border border-gray-300 rounded background-very-light-Gray500-on-hover md:text-sm ml-1`; if (buttonStyle === ButtonStyleType.HOVER_DANGER_OUTLINE) { buttonStyleCssClass += ` hover:text-red-500`;