mirror of
https://github.com/lemeow125/StudE-Frontend.git
synced 2025-05-17 11:58:06 +08:00
Finish up subjects page and user info page
This commit is contained in:
parent
ff973ccb0b
commit
1ac68bee30
4 changed files with 22 additions and 10 deletions
|
@ -230,6 +230,7 @@ export default function UserInfoPage() {
|
|||
dropDownContainerStyle={{
|
||||
backgroundColor: colors.primary_2,
|
||||
zIndex: 4000,
|
||||
borderWidth: 0,
|
||||
}}
|
||||
dropDownDirection="TOP"
|
||||
/>
|
||||
|
@ -265,6 +266,7 @@ export default function UserInfoPage() {
|
|||
dropDownContainerStyle={{
|
||||
backgroundColor: colors.primary_2,
|
||||
zIndex: 3000,
|
||||
borderWidth: 0,
|
||||
}}
|
||||
dropDownDirection="TOP"
|
||||
/>
|
||||
|
@ -300,6 +302,7 @@ export default function UserInfoPage() {
|
|||
dropDownContainerStyle={{
|
||||
backgroundColor: colors.primary_2,
|
||||
zIndex: 2000,
|
||||
borderWidth: 0,
|
||||
}}
|
||||
dropDownDirection="TOP"
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue