diff --git a/src/additional-components/Controls/index.tsx b/src/additional-components/Controls/index.tsx index 02ab1cf3..5e4ece7f 100644 --- a/src/additional-components/Controls/index.tsx +++ b/src/additional-components/Controls/index.tsx @@ -23,12 +23,12 @@ export interface ControlProps extends HTMLAttributes { onInteractiveChange?: (interactiveStatus: boolean) => void; } -export interface ControlButtonProps extends HTMLAttributes {} +export interface ControlButtonProps extends HTMLAttributes {} export const ControlButton: FC = ({ children, className, ...rest }) => ( -
+
+ ); const Controls: FC = ({ diff --git a/src/style.css b/src/style.css index 53a4dd3c..327cfbef 100644 --- a/src/style.css +++ b/src/style.css @@ -171,6 +171,7 @@ &-button { width: 24px; height: 24px; + border: none; svg { width: 100%;