fix: 임시 토스트 본문 색상 변경

This commit is contained in:
2023-03-09 02:18:04 +09:00
parent 7905ddb7bf
commit 4ba9468fae
+5
View File
@@ -102,4 +102,9 @@ $color in $sammoColors {
font-size: 14px;
display: block;
}
}
//FIXME: toast의 scss가 바뀌면 삭제해야함
#app .b-toast .toast .toast-body{
color: black !important;
}