fix: update missing accent-a-light color (#688)

This commit is contained in:
Shahbaz Shabbir
2022-12-02 11:21:21 +05:00
committed by GitHub
parent 166d7953c9
commit 7d536e6cdb

View File

@@ -1,4 +1,3 @@
$accent-a-light: #c9f2f5;
.layout {
display: flex;
@@ -140,7 +139,7 @@ $accent-a-light: #c9f2f5;
$primary-700 55%,
$accent-a 55%,
$accent-a 75%,
$accent-a-light 75%,
$info-200 75%,
);
background-repeat: no-repeat;
}