Skip to content

Commit bdb9f0a

Browse files
venikmanjohnleider
authored andcommitted
fix: apply correct opacity for secondary text (#9495)
fixes #9366 * fix:fix opacity for secondary text folloing by md2 * fix: change 6 to 0.6 * fix: fix spacing
1 parent b729afc commit bdb9f0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/vuetify/src/styles/settings/_light.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $material-light: map-deep-merge(
2424
'text': (
2525
'theme': map-get($shades, 'white'),
2626
'primary': rgba(map-get($shades, 'black'), 0.87),
27-
'secondary': rgba(map-get($shades, 'black'), 0.54),
27+
'secondary': rgba(map-get($shades, 'black'), 0.6),
2828
'disabled': rgba(map-get($shades, 'black'), 0.38),
2929
'link': map-get($blue, 'darken-2'),
3030
'link-hover': map-get($grey, 'darken-3')
@@ -107,7 +107,7 @@ $material-light: map-deep-merge(
107107
'fg-color': map-get($shades, 'black'),
108108
'text-color': map-get($shades, 'black'),
109109
'primary-text-percent': 0.87,
110-
'secondary-text-percent': 0.54,
110+
'secondary-text-percent': 0.6,
111111
'disabledORhints-text-percent': 0.38,
112112
'divider-percent': 0.12,
113113
'active-icon-percent': 0.54,

0 commit comments

Comments
 (0)