pull/3245/head
Mime Čuvalo 2024-04-03 15:53:15 +01:00
rodzic 4ef1fb3c70
commit 139ea35171
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: BA84499022AC984D
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -100,7 +100,7 @@ export const TextLabel = React.memo(function TextLabel({
lineHeight: fontSize * lineHeight + 'px',
minHeight: lineHeight + 32,
minWidth: textWidth || 0,
color: isNote ? theme[labelColor].note.text : 'solid',
color: isNote ? theme[labelColor].note.text : theme[labelColor].solid,
width: textWidth,
height: textHeight,
}}