diff --git a/src/components/Topbar.tsx b/src/components/Topbar.tsx index a6fe2b8..6675357 100644 --- a/src/components/Topbar.tsx +++ b/src/components/Topbar.tsx @@ -213,7 +213,7 @@ export default function ({ handleTransfer }: TopbarProps) { {selectedStudent?.email.replace(/@st.amu.edu.pl/, '')} {/* Maciej GÅ‚owacki */} - {/* */} + {/* */} diff --git a/src/components/Transfer.tsx b/src/components/Transfer.tsx index 4c542b4..18f02a7 100644 --- a/src/components/Transfer.tsx +++ b/src/components/Transfer.tsx @@ -21,19 +21,15 @@ const useStyles = makeStyles({ const TransferStyled = styled.div` display: flex; - flex-direction: row; - outline: none; min-width: 35%; height: 70%; padding-top: 40px; - background: #006b96; + background: white; box-shadow: 0px 0px 0px 4px #006b96; - border: 4px solid #ffc400; margin: 0 auto; - border-top-left-radius: 5px; - border-bottom-right-radius: 5px; + border-radius: 5px; text-transform: uppercase; letter-spacing: 0.3ch; `;