Skip to content

Commit

Permalink
Made the error text color to a darker shade
Browse files Browse the repository at this point in the history
  • Loading branch information
GiridharRNair committed Apr 27, 2023
1 parent cd32b06 commit 01ebd73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DocsGen.jsx
Expand Up @@ -55,7 +55,7 @@ function DocsGen () {
'rounded-md',
{
'text-black': (status === 'Generate Documentation'),
'text-red-700 shake': (error && (status === 'Error, Click To Try Again' || status === 'Input Is Too Long, Click To Try Again')),
'text-red-800 shake': (error && (status === 'Error, Click To Try Again' || status === 'Input Is Too Long, Click To Try Again')),
'disabled' : (loading)
}
)
Expand Down

0 comments on commit 01ebd73

Please sign in to comment.