mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-25 01:04:14 -05:00
fix: missing title. in theme path for color (#1703)
This commit is contained in:
@@ -128,7 +128,7 @@ export function resolveTextStyle(textComp, target, theme, objectType) {
|
||||
color:
|
||||
textProps.color && textProps.color.color !== 'none'
|
||||
? theme.getColorPickerColor(textProps.color)
|
||||
: theme.getStyle(`object.${objectType}`, target, 'color'),
|
||||
: theme.getStyle(`object.${objectType}`, `title.${target}`, 'color'),
|
||||
backgroundColor:
|
||||
textProps.backgroundColor || theme.getStyle(`object.${objectType}`, `title.${target}`, 'backgroundColor'),
|
||||
fontWeight: fontStyle.includes('bold') ? 'bold' : 'normal',
|
||||
|
||||
Reference in New Issue
Block a user