Skip to content

Commit

Permalink
Code Review Feedback
Browse files Browse the repository at this point in the history
Use bright red
  • Loading branch information
dhaselhan committed Jan 3, 2025
1 parent a09c855 commit 545615e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/utils/grid/cellRenderers.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const LoginStatusRenderer = (props) => {
>
<BCBadge
badgeContent={props.data.isLoginSuccessful ? 'True' : 'False'}
color={props.data.isLoginSuccessful ? 'success' : 'smoky'}
color={props.data.isLoginSuccessful ? 'success' : 'error'}
variant="gradient"
size="md"
sx={{
Expand Down

0 comments on commit 545615e

Please sign in to comment.