mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
feat(ui): increase StatusIndicator font size
This commit is contained in:
@@ -80,7 +80,7 @@ const StatusIndicator = () => {
|
||||
cursor={statusIndicatorCursor}
|
||||
onClick={handleClickStatusIndicator}
|
||||
sx={{
|
||||
fontSize: 'xs',
|
||||
fontSize: 'sm',
|
||||
fontWeight: '600',
|
||||
color: `${statusIdentifier}.400`,
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user