Skip to content

Commit d89c28a

Browse files
committed
fix: correct text label font size in TikitCard component
1 parent c001615 commit d89c28a

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

core/components/public/cards/content.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Label id="subtitle" text="$.args.subtitle" class="w-auto h-auto text-base font-bold text-{color}/90 my-0.5 mx-1.5 touch-enabled-false" />
88
</View>
99

10-
<Label id="text" text="$.args.text" class="h-auto mx-4 mt-1 text-base font-regular text-{color}/90 touch-enabled-false" />
10+
<Label id="text" text="$.args.text" class="h-auto mx-4 mt-1 text-sm font-regular text-{color}/90 touch-enabled-false" />
1111
</View>
1212
</TikitCard>
1313
</Alloy>

dist/cards/content/black.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Label id="subtitle" text="$.args.subtitle" class="w-auto h-auto text-base font-bold text-gray-950/90 my-0.5 mx-1.5 touch-enabled-false" />
88
</View>
99

10-
<Label id="text" text="$.args.text" class="h-auto mx-4 mt-1 text-base font-regular text-gray-950/90 touch-enabled-false" />
10+
<Label id="text" text="$.args.text" class="h-auto mx-4 mt-1 text-sm font-regular text-gray-950/90 touch-enabled-false" />
1111
</View>
1212
</TikitCard>
1313
</Alloy>

dist/cards/content/dark.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Label id="subtitle" text="$.args.subtitle" class="w-auto h-auto text-base font-bold text-gray-700/90 my-0.5 mx-1.5 touch-enabled-false" />
88
</View>
99

10-
<Label id="text" text="$.args.text" class="h-auto mx-4 mt-1 text-base font-regular text-gray-700/90 touch-enabled-false" />
10+
<Label id="text" text="$.args.text" class="h-auto mx-4 mt-1 text-sm font-regular text-gray-700/90 touch-enabled-false" />
1111
</View>
1212
</TikitCard>
1313
</Alloy>

dist/cards/content/light.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Label id="subtitle" text="$.args.subtitle" class="w-auto h-auto text-base font-bold text-gray-500/90 my-0.5 mx-1.5 touch-enabled-false" />
88
</View>
99

10-
<Label id="text" text="$.args.text" class="h-auto mx-4 mt-1 text-base font-regular text-gray-500/90 touch-enabled-false" />
10+
<Label id="text" text="$.args.text" class="h-auto mx-4 mt-1 text-sm font-regular text-gray-500/90 touch-enabled-false" />
1111
</View>
1212
</TikitCard>
1313
</Alloy>

dist/cards/content/white.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Label id="subtitle" text="$.args.subtitle" class="w-auto h-auto text-base font-bold text-white/90 my-0.5 mx-1.5 touch-enabled-false" />
88
</View>
99

10-
<Label id="text" text="$.args.text" class="h-auto mx-4 mt-1 text-base font-regular text-white/90 touch-enabled-false" />
10+
<Label id="text" text="$.args.text" class="h-auto mx-4 mt-1 text-sm font-regular text-white/90 touch-enabled-false" />
1111
</View>
1212
</TikitCard>
1313
</Alloy>

0 commit comments

Comments
 (0)