Skip to content

Commit

Permalink
style: use brand style for search button border (openedx#1394)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zacharis278 committed May 23, 2024
1 parent c3d9662 commit e3ecee1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const CoursewareSearchToggle = ({
<Button
variant="outline-primary"
size="sm"
className="p-1 mt-2 mr-2 rounded-lg"
className="p-1 mt-2 mr-2"
aria-label={intl.formatMessage(messages.searchOpenAction)}
onClick={handleSearchOpenClick}
data-testid="courseware-search-open-button"
Expand Down

0 comments on commit e3ecee1

Please sign in to comment.