Skip to content

Commit

Permalink
bem class names
Browse files Browse the repository at this point in the history
  • Loading branch information
thmsobrmlr committed Nov 8, 2023
1 parent 71be2cc commit 565bd8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/lib/components/CommandBar/SearchInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const SearchInput = (): JSX.Element => {
<LemonInput
type="search"
size="small"
className="command-bar__search-input"
className="CommandBar__search-input"
fullWidth
suffix={<KeyboardShortcut escape muted />}
autoFocus
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/lib/components/CommandBar/index.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.command-bar__search-input {
.CommandBar__search-input {
border-color: transparent !important;
border-radius: 0;
}

0 comments on commit 565bd8e

Please sign in to comment.