mirror of
https://github.com/lemeow125/StudE-Frontend.git
synced 2025-06-28 16:25:46 +08:00
Homepage and container improvements
This commit is contained in:
parent
9e8317e7c0
commit
d7710478b6
3 changed files with 16 additions and 23 deletions
|
@ -10,14 +10,7 @@ export interface props {
|
|||
export default function AnimatedContainer(props: props) {
|
||||
return (
|
||||
<MotiScrollView
|
||||
contentContainerStyle={{
|
||||
alignItems: "center",
|
||||
alignSelf: "center",
|
||||
justifyContent: "flex-start",
|
||||
display: "flex",
|
||||
flexDirection: "column",
|
||||
flex: 1,
|
||||
}}
|
||||
contentContainerStyle={styles.container}
|
||||
from={{
|
||||
borderRadius: 0,
|
||||
backgroundColor: colors.orange_2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue