diff options
author | stanislavh <stanislav.honcharov@sonarsource.com> | 2024-04-24 15:01:18 +0200 |
---|---|---|
committer | Matteo Mara <matteo.mara@sonarsource.com> | 2024-04-30 10:59:03 +0200 |
commit | 21e048436dce0144c2e7266085286eec8f517dce (patch) | |
tree | 8bd2f2fdac0bba79a3cd4797b74b6444d7d88138 /server/sonar-web/design-system/src/components/modal/Modal.tsx | |
parent | 43832d162a17dddc79627333d32f70f11923a93d (diff) | |
download | sonarqube-21e048436dce0144c2e7266085286eec8f517dce.tar.gz sonarqube-21e048436dce0144c2e7266085286eec8f517dce.zip |
SONAR-22049 Align buttons components
Diffstat (limited to 'server/sonar-web/design-system/src/components/modal/Modal.tsx')
-rw-r--r-- | server/sonar-web/design-system/src/components/modal/Modal.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/design-system/src/components/modal/Modal.tsx b/server/sonar-web/design-system/src/components/modal/Modal.tsx index d7654dbce00..9b1a05caa56 100644 --- a/server/sonar-web/design-system/src/components/modal/Modal.tsx +++ b/server/sonar-web/design-system/src/components/modal/Modal.tsx @@ -25,8 +25,8 @@ import ReactModal from 'react-modal'; import tw from 'twin.macro'; import { themeColor } from '../../helpers'; import { REACT_DOM_CONTAINER } from '../../helpers/constants'; +import { ButtonSecondary } from '../../sonar-aligned/components/buttons'; import { Theme } from '../../types/theme'; -import { ButtonSecondary } from '../buttons'; import { ModalBody } from './ModalBody'; import { ModalFooter } from './ModalFooter'; import { ModalHeader } from './ModalHeader'; |