We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9866976 commit 0169498Copy full SHA for 0169498
packages/taro-ui/src/components/divider/index.tsx
@@ -26,7 +26,7 @@ export default class AtDivider extends React.Component<AtDividerProps> {
26
27
const fontStyle = {
28
color: fontColor,
29
- 'font-size': fontSize ? `${pxTransform(Number(fontSize))}` : ''
+ 'fontSize': fontSize ? `${pxTransform(Number(fontSize))}` : ''
30
}
31
32
const lineStyle: React.CSSProperties = {
0 commit comments