Commit fc09caf6 by asranov0003

fix: home bottom sheet content padding

parent 24d04d97
......@@ -7,7 +7,7 @@
}
.home__sheet__info {
padding: 1rem;
padding: 0.5rem 1rem;
border-radius: 10px;
background: var(--primary-color);
color: var(--on-text-color);
......@@ -39,10 +39,11 @@
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(2, auto);
gap: 0.5rem;
margin: 0 0.5rem 1rem 0.5rem;
}
.home__menu__link {
min-width: 100px;
min-width: 90px;
display: flex;
flex-direction: column;
justify-content: center;
......
......@@ -29,7 +29,7 @@ const Home: React.FC = () => {
isOpen={true}
onClose={() => {}}
initialSnap={1}
snapPoints={[0.6, 0.4]}
snapPoints={[0.7, 0.425]}
style={{ zIndex: 1 }}
>
<Sheet.Container
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment