We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b17a5f0 commit 0829c30Copy full SHA for 0829c30
1 file changed
examples/showcase/ui/app_window.slint
@@ -481,7 +481,7 @@ export component AppWindow inherits Window {
481
font-weight: Tokens.typography-weight-semibold;
482
}
483
Badge {
484
- text: "v0.30";
+ text: "v0.35";
485
variant: BadgeVariant.secondary;
486
size: BadgeSize.sm;
487
@@ -707,7 +707,7 @@ export component AppWindow inherits Window {
707
spacing: 8px;
708
alignment: start;
709
Label { text: "Sign up for the beta"; variant: LabelVariant.default; }
710
- Badge { text: "v0.30"; variant: BadgeVariant.secondary; size: BadgeSize.sm; }
+ Badge { text: "v0.35"; variant: BadgeVariant.secondary; size: BadgeSize.sm; }
711
712
713
VerticalLayout {
0 commit comments