Skip to content

Commit

Permalink
fix(Field): remove style
Browse files Browse the repository at this point in the history
  • Loading branch information
AAGaming00 committed Feb 22, 2023
1 parent b480d39 commit 53faf55
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/deck-components/Field.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import { CSSProperties, FC, ReactNode, RefAttributes } from 'react';
import { FC, ReactNode, RefAttributes } from 'react';

import { findModuleChild } from '../webpack';
import { FooterLegendProps } from './FooterLegend';

export interface FieldProps extends FooterLegendProps {
style?: CSSProperties,
label?: ReactNode;
bottomSeparator?: 'standard' | 'thick' | 'none';
description?: ReactNode;
Expand Down

0 comments on commit 53faf55

Please sign in to comment.