Fix Toast container color

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2021-09-27 08:59:33 +02:00
parent 0354a7025d
commit 42d332ce41
+1 -1
View File
@@ -122,7 +122,7 @@ limitations under the License.
float: right; float: right;
font-size: $font-12px; font-size: $font-12px;
line-height: $font-22px; line-height: $font-22px;
color: $muted-fg-color; color: $secondary-content;
} }
} }