Skip to content

Commit

Permalink
add styles new recipe and search forms b00tc4mp#407
Browse files Browse the repository at this point in the history
  • Loading branch information
berlem committed Apr 22, 2024
1 parent d4b899e commit 8b14756
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions staff/belen-ivars/project/app/src/components/Search.jsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import SearchForm from "./SearchForm"
import MethodFilter from "./MethodFilter"
import { Container } from "../library"

export default function Search(props) {
return <>
return <Container className='new-recipe'>
<SearchForm onCancel={props.onCancel} />
<MethodFilter />
</>
</Container>
}
2 changes: 1 addition & 1 deletion staff/belen-ivars/project/app/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
}

.new-recipe {
@apply p-[none];
@apply p-[none] border-black border-[1px] bg-white;
}

.profile-menu {
Expand Down

0 comments on commit 8b14756

Please sign in to comment.