Skip to content

Commit

Permalink
nit: lint (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
dalechyn authored Jul 2, 2024
1 parent 4df3442 commit b9ce771
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export function App() {
}}
>
<aside
className="order-1 w-full space-y-4 md:min-w-sidebar md:max-w-sidebar lg:min-w-sidebar lg:max-w-sidebar"
className="order-1 w-full space-y-4 lg:min-w-sidebar md:min-w-sidebar lg:max-w-sidebar md:max-w-sidebar"
style={{
position: 'sticky',
top: '1.5rem',
Expand Down
2 changes: 1 addition & 1 deletion ui/src/components/StartForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export function StartForm() {

<button
type="submit"
className="flex h-full items-center justify-center bg-background-100 px-4 text-gray-700 hover:bg-gray-100 focus-visible:bg-gray-100"
className="flex h-full items-center justify-center bg-background-100 px-4 text-gray-700 focus-visible:bg-gray-100 hover:bg-gray-100"
style={{ boxShadow: 'none' }}
>
<span className="sr-only">Go</span>
Expand Down

0 comments on commit b9ce771

Please sign in to comment.