Skip to content

Commit

Permalink
changed font-size modal's tab
Browse files Browse the repository at this point in the history
  • Loading branch information
misssn1998 committed Aug 6, 2024
1 parent f3389cc commit ff891fb
Show file tree
Hide file tree
Showing 3 changed files with 9,049 additions and 13,238 deletions.
1 change: 1 addition & 0 deletions web/src/app/components/Modal/EditStudentProfile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export const EditStudentProfile = () => {
root: styles.tabRoot,
list: styles.list,
panel: styles.panel,
tabLabel: styles.tabLabel
}}
>
<Tabs.List>
Expand Down
5 changes: 5 additions & 0 deletions web/src/app/components/Modal/Modal.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
font-size: xx-large;
}

/* TABS */
.tabLabel {
font-size: medium;
}

/* ABOUT/EDUCATION TAB */
.list {
display: flex;
Expand Down
Loading

0 comments on commit ff891fb

Please sign in to comment.