Skip to content

Commit

Permalink
fix border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Oct 17, 2024
1 parent 2aa2cc3 commit d61eb10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions www/src/components/cluster/ClusterApps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export function ClusterApps({
placeholder="Search for a repository"
disabled={isEmpty(apps)}
border="none"
borderRadius={0}
value={search}
width="100%"
onChange={({ target: { value } }) => setSearch(value)}
Expand Down

0 comments on commit d61eb10

Please sign in to comment.