Bug 1703044 - Update the caclulation of the panel secondary text to get it closer to the UX spec. r=desktop-theme-reviewers,dao

Differential Revision: https://phabricator.services.mozilla.com/D112809
This commit is contained in:
Jared Wein 2021-04-26 20:33:38 +00:00
Родитель b57459857a
Коммит 6f231d697c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -96,7 +96,7 @@ const toolkitVariableMap = [
);
element.style.setProperty(
descriptionColorVariable,
`rgba(${r}, ${g}, ${b}, 0.65)`
`rgba(${r}, ${g}, ${b}, 0.7)`
);
return `rgba(${r}, ${g}, ${b}, ${a})`;
},