diff --git a/aio/content/examples/animations/e2e/src/app.e2e-spec.ts b/aio/content/examples/animations/e2e/src/app.e2e-spec.ts index f19b62f7ee..c9f9236aad 100644 --- a/aio/content/examples/animations/e2e/src/app.e2e-spec.ts +++ b/aio/content/examples/animations/e2e/src/app.e2e-spec.ts @@ -77,7 +77,7 @@ describe('Animation Tests', () => { }); describe('Status Slider Component', () => { - const activeColor = 'rgba(255, 165, 0, 1)'; + const activeColor = 'rgba(117, 70, 0, 1)'; const inactiveColor = 'rgba(0, 0, 255, 1)'; beforeAll(async () => { diff --git a/aio/content/examples/animations/src/app/app.component.css b/aio/content/examples/animations/src/app/app.component.css index 04d8866ac2..ed21b8546c 100644 --- a/aio/content/examples/animations/src/app/app.component.css +++ b/aio/content/examples/animations/src/app/app.component.css @@ -1,7 +1,3 @@ -:host { - display: block; -} - -section { - margin-top: 100px; +nav a { + padding: .7rem; } diff --git a/aio/content/examples/animations/src/app/app.component.html b/aio/content/examples/animations/src/app/app.component.html index 78d1655313..762020973b 100644 --- a/aio/content/examples/animations/src/app/app.component.html +++ b/aio/content/examples/animations/src/app/app.component.html @@ -1,6 +1,10 @@

Animations

-Toggle All Animations + +