diff --git a/src/components/experimental/Button/Button.tsx b/src/components/experimental/Button/Button.tsx index 745916260..2ecdf705c 100644 --- a/src/components/experimental/Button/Button.tsx +++ b/src/components/experimental/Button/Button.tsx @@ -62,6 +62,10 @@ const ButtonStyled = styled(BaseButton)<{ $emphasis: Emphasis }>` cursor: pointer; + &[data-disabled] { + cursor: not-allowed; + } + &::before { position: absolute; top: 0;