Skip to content

Commit

Permalink
Update shortcuts.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
cdedreuille committed Jan 31, 2024
1 parent 51524ac commit c107c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/ui/manager/src/settings/shortcuts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const Fade = keyframes`
50% { opacity: 1; }
`;

export const SuccessIcon = styled(CheckIcon)<{ valid: string }>(
const SuccessIcon = styled(CheckIcon)<{ valid: string }>(
({ valid, theme }) =>
valid === 'valid'
? {
Expand Down

0 comments on commit c107c94

Please sign in to comment.