Finish up subjects page and user info page

This commit is contained in:
Keannu Christian Bernasol 2023-07-18 21:38:49 +08:00
parent ff973ccb0b
commit 1ac68bee30
4 changed files with 22 additions and 10 deletions

View file

@ -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"
/>