Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Commit

Permalink
fix: remove indeterminate state, #171
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahHouben committed Jan 4, 2022
1 parent 6ebf5a0 commit 0ed2e61
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions src/RadioButton/index.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
import React, {forwardRef, useCallback, useEffect, useRef} from 'react';
import React, {forwardRef} from 'react';
import styled, {css} from 'styled-components';
import PropTypes from 'prop-types';
import {
mergeRefs,
pxToEm,
pxToRem,
alpha,
contrast,
getDimmedTextColor,
} from '../utils';
import {pxToEm, pxToRem, alpha, contrast, getDimmedTextColor} from '../utils';
import {fillParent} from '../mixins';
import Icon from '../Icon';
import {useTabIndexContext} from '../TabIndexContext';
Expand Down

0 comments on commit 0ed2e61

Please sign in to comment.