Skip to content

Commit a698c45

Browse files
committed
fix:bug fix
1 parent 6c7edc6 commit a698c45

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/frontend/platform/src/pages/Dashboard/colorSchemes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ export const getDefaultMetricStyle = (title, subtitle) => ({
535535
"subtitleUnderline": false,
536536
"metricFontSize": 28,
537537
"metricColor": "#4882f6",
538-
"metricAlign": "start",
538+
"metricAlign": "left",
539539
"metricBold": true,
540540
"metricItalic": false,
541541
"metricUnderline": false,

src/frontend/platform/src/pages/Dashboard/components/config/StyleConfigPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function TextFormat({
8888
<SelectValue />
8989
</SelectTrigger>
9090
<SelectContent>
91-
{[10, 12, 14, 16, 18, 20, 24].map((v) => (
91+
{[10, 12, 14, 16, 18, 20, 24, 28].map((v) => (
9292
<SelectItem key={v} value={String(v)} className="text-xs">
9393
{v}
9494
</SelectItem>

0 commit comments

Comments
 (0)