Working on nav

This commit is contained in:
Max Lynch
2022-10-02 11:08:54 -05:00
parent a2fa883294
commit 60a1f20c9a
4 changed files with 48 additions and 40 deletions
+2 -2
View File
@@ -33,12 +33,12 @@ const AllLists = ({ onSelect }) => {
const Lists = () => {
return (
<IonPage>
<IonHeader>
<IonHeader translucent={true}>
<IonToolbar>
<IonTitle>Lists</IonTitle>
</IonToolbar>
</IonHeader>
<IonContent fullscreen>
<IonContent fullscreen={true}>
<IonHeader collapse="condense">
<IonToolbar>
<IonTitle size="large">Lists</IonTitle>