fix: make incomplete steps in accordion look disabled

This commit is contained in:
Christel Westerberg
2024-11-11 15:27:40 +01:00
parent daed74481e
commit 5e2d2abd17
10 changed files with 38 additions and 30 deletions

View File

@@ -81,7 +81,7 @@ export default function PriceList({
</Body>
</div>
) : (
<Subtitle type="two" color="disabled">
<Subtitle type="two" color="baseTextDisabled">
{intl.formatMessage({ id: "n/a" })}
</Subtitle>
)}