Polished code. Reorganized text styling into separate sizes and colors. Also polished svg icons

This commit is contained in:
Keannu Christian Bernasol 2023-03-05 23:48:49 +08:00
parent c9b18608a1
commit 01c7c288c4
33 changed files with 478 additions and 165 deletions

View file

@ -32,7 +32,7 @@ export default function Logout(props: props) {
style={styles.logout_button}
>
{props.children}
<p style={styles.text}>Log Out</p>
<p style={{ ...styles.text_white, ...styles.text_S }}>Log Out</p>
</Button>
</div>
);