+
-
+
@@ -21,6 +21,10 @@ export default defineComponent({
type: Boolean,
default: true,
},
+ large: {
+ type: Boolean,
+ default: false,
+ },
},
});
@@ -53,8 +57,14 @@ body {
span.wrapper {
margin-right: 16px;
+ }
+
+ .type-text {
color: var(--v-divider-label-color);
- font-weight: normal;
+ }
+
+ &.large .type-text {
+ font-weight: 400;
font-size: 24px;
}
diff --git a/src/components/v-input/v-input.story.ts b/src/components/v-input/v-input.story.ts
index f162913053..6648422c1a 100644
--- a/src/components/v-input/v-input.story.ts
+++ b/src/components/v-input/v-input.story.ts
@@ -138,7 +138,7 @@ export const withMenu = () =>
-
+
`,
});
diff --git a/src/components/v-menu/v-menu.story.ts b/src/components/v-menu/v-menu.story.ts
index 9b321bf630..4090959bb8 100644
--- a/src/components/v-menu/v-menu.story.ts
+++ b/src/components/v-menu/v-menu.story.ts
@@ -45,7 +45,7 @@ export const basic = () =>
-