You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: client/packages/lowcoder/src/pages/setting/theme/detail/index.tsx
+23-15Lines changed: 23 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -412,10 +412,13 @@ class ThemeDetailPage extends React.Component<ThemeDetailPageProps, ThemeDetailP
412
412
fontFamily={layoutSettingsItem.value}
413
413
configChange={(params)=>{
414
414
this.configChange(params);
415
-
}}
416
-
/>
415
+
}}/>
417
416
}
418
-
</List.Item>
417
+
</List.Item>
418
+
<List.Item>
419
+
<divstyle={{width: "200px",color: "#aaa"}}>Currently, the preview of Font-Family here in the Theme Settings may now show the right font. However, the Font Family Attribute comes into effect in all your apps, which uses this Theme.
420
+
<br/><br/><ahref="https://docs.lowcoder.cloud/lowcoder-documentation/build-applications/themes-and-styling#demo-2-custom-font-family"target="_blank">Remember, you neded to set the CSS inclue at App- or Workspace Level</a></div>
421
+
</List.Item>
419
422
</Tooltip>
420
423
))}
421
424
</>
@@ -522,7 +525,7 @@ class ThemeDetailPage extends React.Component<ThemeDetailPageProps, ThemeDetailP
0 commit comments