Skip to content

Commit

Permalink
fix typo in appearance (#266)
Browse files Browse the repository at this point in the history
Co-authored-by: Jesús Espino <jespinog@gmail.com>
  • Loading branch information
enzowritescode and jespino authored Jan 17, 2025
1 parent 1482eb3 commit fa88ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/components/system_console/item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export const HelpText = styled.div`
`;

export const StyledInput = styled.input<{ as?: string }>`
apperance: none;
appearance: none;
display: flex;
padding: 7px 12px;
align-items: flex-start;
Expand Down

0 comments on commit fa88ca3

Please sign in to comment.