Skip to content

Commit

Permalink
Added A11y addon and fixed issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jonniebigodes committed Dec 22, 2023
1 parent 685930a commit b4ebe43
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 1 deletion.
1 change: 1 addition & 0 deletions .storybook/main.ts
Expand Up @@ -5,6 +5,7 @@ const config: StorybookConfig = {
'@storybook/addon-links',
'@storybook/addon-essentials',
'@storybook/addon-interactions',
'@storybook/addon-a11y',
],
framework: {
name: '@storybook/angular',
Expand Down
24 changes: 24 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Expand Up @@ -40,6 +40,7 @@
"@angular/cli": "^17.0.8",
"@angular/compiler-cli": "^17.0.0",
"@compodoc/compodoc": "^1.1.23",
"@storybook/addon-a11y": "^7.6.6",
"@storybook/addon-essentials": "^7.6.6",
"@storybook/addon-interactions": "^7.6.6",
"@storybook/addon-links": "^7.6.6",
Expand Down
2 changes: 1 addition & 1 deletion src/styles.css
Expand Up @@ -327,7 +327,7 @@ textarea {
}

.list-item.TASK_ARCHIVED input[type="text"] {
color: #a0aec0;
color: #4a5568;
text-decoration: line-through;
}

Expand Down

0 comments on commit b4ebe43

Please sign in to comment.