akseljoonas HF Staff commited on
Commit
92ce855
·
1 Parent(s): 3cb2d2e

font update

Browse files
frontend/src/components/Chat/MessageList.tsx CHANGED
@@ -41,7 +41,7 @@ function WelcomeGreeting() {
41
  <Typography
42
  sx={{
43
  fontFamily: 'monospace',
44
- fontSize: '1.1rem',
45
  color: 'var(--text)',
46
  fontWeight: 600,
47
  }}
@@ -50,7 +50,7 @@ function WelcomeGreeting() {
50
  </Typography>
51
  <Typography
52
  color="text.secondary"
53
- sx={{ fontFamily: 'monospace', fontSize: '0.8rem' }}
54
  >
55
  Let's build something impressive?
56
  </Typography>
 
41
  <Typography
42
  sx={{
43
  fontFamily: 'monospace',
44
+ fontSize: '1.6rem',
45
  color: 'var(--text)',
46
  fontWeight: 600,
47
  }}
 
50
  </Typography>
51
  <Typography
52
  color="text.secondary"
53
+ sx={{ fontFamily: 'monospace', fontSize: '0.9rem' }}
54
  >
55
  Let's build something impressive?
56
  </Typography>