From f9cf16ac855f161fd3b266385f60946e8683a2bd Mon Sep 17 00:00:00 2001 From: Dan Rosenthal Date: Thu, 5 Dec 2019 10:43:24 -0500 Subject: [PATCH] fix use of divider that was missed in the change from divider to border --- src/components/Frame/components/Loading/Loading.scss | 2 +- src/components/TextStyle/TextStyle.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Frame/components/Loading/Loading.scss b/src/components/Frame/components/Loading/Loading.scss index 3e653c76f75..f0022271eeb 100644 --- a/src/components/Frame/components/Loading/Loading.scss +++ b/src/components/Frame/components/Loading/Loading.scss @@ -13,7 +13,7 @@ $height: rem(3px); width: 100%; height: 100%; transform-origin: 0; - background-color: var(--p-highlight-divider, color('teal')); + background-color: var(--p-highlight-border, color('teal')); transition: transform duration(slowest) easing(out); @media screen and (-ms-high-contrast: active) { diff --git a/src/components/TextStyle/TextStyle.scss b/src/components/TextStyle/TextStyle.scss index fb269a34afa..7396333ae77 100644 --- a/src/components/TextStyle/TextStyle.scss +++ b/src/components/TextStyle/TextStyle.scss @@ -18,7 +18,7 @@ $code-font-size: 1.15em; background-color: var(--p-surface-foreground-subdued, color('sky', 'light')); display: inline-block; font-size: $code-font-size; - box-shadow: inset 0 0 0 1px var(--p-divider-subdued-on-surface, color('sky')); + box-shadow: inset 0 0 0 1px var(--p-border-subdued-on-surface, color('sky')); &::after { content: '';