Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking committed Oct 25, 2023
1 parent 6418cbb commit 58f6570
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/radio/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import theme from '../theme';
import { css, SerializedStyles } from '@emotion/react';
import { RadioVariant } from './types';
import { textSizeCSS } from '../content/styles';
import { transparentize } from 'polished';

type RadioStyleProps = {
isSelected?: boolean;
Expand Down
2 changes: 0 additions & 2 deletions src/tooltip/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ import { css } from '@emotion/react';
import theme from '../theme';
import { PlacementAxis } from '../types';

const actionTooltipStyles = theme.components.actionTooltip;

export const tooltipCSS = ({ placement }: { placement: PlacementAxis }) => {
let transformCSS = css``;
switch (placement) {
Expand Down

0 comments on commit 58f6570

Please sign in to comment.