diff options
Diffstat (limited to 'src/components/Guess/index.styled.ts')
| -rw-r--r-- | src/components/Guess/index.styled.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/Guess/index.styled.ts b/src/components/Guess/index.styled.ts index dac85ab..3fabef1 100644 --- a/src/components/Guess/index.styled.ts +++ b/src/components/Guess/index.styled.ts @@ -1,6 +1,7 @@ import styled from "styled-components"; import { GuessState } from "../../types/guess"; +//eslint-disable-next-line const stateColor = (theme: any, active: boolean, state: GuessState | undefined) => { if (active) return theme.border; if (state === GuessState.Correct) return theme.green; |
