Skip to content

Commit 177c0ac

Browse files
authored
Merge pull request #278 from ember-learn/fix-axe-warnings
Fix axe warnings
2 parents 8e3e03f + a910c13 commit 177c0ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

addon/styles/global.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
--color-button-text: var(--color-white);
7373
--color-button-bg: var(--color-brand);
7474
--color-button-bg-hover: var(--color-brand-hc-dark);
75-
--color-button-secondary-text: var(--color-brand);
75+
--color-button-secondary-text: var(--color-brand-hc-dark);
7676
--color-button-secondary-bg: var(--color-white);
7777
--color-button-secondary-bg-hover: var(--color-brand);
7878
--color-button-secondary-text-hover: var(--color-white);

public/images/swipe-top.svg

+1-1
Loading

0 commit comments

Comments
 (0)