Merge pull request #6626 from SimonBrandner/fix/correct-colors-call-tiles

Adjust colors in call tiles
This commit is contained in:
Travis Ralston
2021-08-20 00:02:56 -06:00
committed by GitHub

View File

@@ -41,7 +41,7 @@ limitations under the License.
height: 16px;
width: 16px;
background-color: $tertiary-fg-color;
background-color: $secondary-fg-color;
mask-repeat: no-repeat;
mask-size: contain;
mask-position: center;
@@ -132,7 +132,7 @@ limitations under the License.
position: absolute;
height: 13px;
width: 13px;
background-color: $tertiary-fg-color;
background-color: $secondary-fg-color;
mask-repeat: no-repeat;
mask-size: contain;
}