Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.

Commit

Permalink
Rename data-ui-select to data-select
Browse files Browse the repository at this point in the history
  • Loading branch information
Heitor Carvalho committed Feb 2, 2022
1 parent 7805b39 commit 6923a1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/ui/Select/Select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default function Select({
testId,
}: UISelectProps) {
return (
<div data-ui-select className={className}>
<div data-select className={className}>
{labelText && <label htmlFor="ui-select">{labelText}</label>}
<UISelect
data-testid={testId}
Expand Down
2 changes: 1 addition & 1 deletion src/components/ui/Select/select.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import "../../../styles/scaffold.scss";

[data-ui-select] {
[data-select] {
position: relative;
display: flex;
align-items: center;
Expand Down

0 comments on commit 6923a1f

Please sign in to comment.