feat(ui): increase StatusIndicator font size

This commit is contained in:
psychedelicious
2023-04-06 22:04:33 +10:00
parent 0ffe2c67b0
commit b771e9a190

View File

@@ -80,7 +80,7 @@ const StatusIndicator = () => {
cursor={statusIndicatorCursor}
onClick={handleClickStatusIndicator}
sx={{
fontSize: 'xs',
fontSize: 'sm',
fontWeight: '600',
color: `${statusIdentifier}.400`,
}}