Commit 0054a563 authored by Vladimir Kurganov's avatar Vladimir Kurganov
Browse files

Resolve "Make the font in guest accounts PDF bigger"

parent 64f2701d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,12 +30,12 @@ const styles = StyleSheet.create({
    gap: 4,
  },
  userHelp: {
    fontSize: 10,
    fontSize: 12,
    fontFamily: 'Courier',
    fontWeight: 'bold',
  },
  userText: {
    fontSize: 10,
    fontSize: 12,
    fontFamily: 'Courier',
  },
})