Skip to content

Commit

Permalink
fix(pos-dashboard): Changed font color of error message (#14543)
Browse files Browse the repository at this point in the history
Co-authored-by: dave | d1onys1us <[email protected]>
  • Loading branch information
ariesbeta1 and d1onys1us authored Aug 25, 2023
1 parent 9f6a283 commit 279d4e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
</div>

{#if errorMessage}
<p style="color: yellow">{errorMessage}</p>
<p style="color: #E81898">{errorMessage}</p>
{/if}
<button
disabled={errorMessage != ''}
Expand Down

0 comments on commit 279d4e9

Please sign in to comment.