We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d36fe6 commit 42f85a5Copy full SHA for 42f85a5
app/lib/ui/tokens/opacity/opacity_screen.dart
@@ -75,6 +75,7 @@ class OpacityScreen extends StatelessWidget {
75
List<OpacityTokenItem> _getOpacityTokenItems(OudsThemeContract currentTheme) {
76
return [
77
OpacityTokenItem(name: 'invisible', value: currentTheme.opacityTokens.invisible),
78
+ OpacityTokenItem(name: 'weakest', value: currentTheme.opacityTokens.weakest),
79
OpacityTokenItem(name: 'weaker', value: currentTheme.opacityTokens.weaker),
80
OpacityTokenItem(name: 'weak', value: currentTheme.opacityTokens.weak),
81
OpacityTokenItem(name: 'medium', value: currentTheme.opacityTokens.medium),
0 commit comments