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/buttons/ButtonLink.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/buttons/ButtonLink.tsx')
-rw-r--r-- | server/sonar-web/design-system/src/components/buttons/ButtonLink.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/design-system/src/components/buttons/ButtonLink.tsx b/server/sonar-web/design-system/src/components/buttons/ButtonLink.tsx index 3f55184e764..bf52f03599a 100644 --- a/server/sonar-web/design-system/src/components/buttons/ButtonLink.tsx +++ b/server/sonar-web/design-system/src/components/buttons/ButtonLink.tsx @@ -20,7 +20,7 @@ import styled from '@emotion/styled'; import tw from 'twin.macro'; import { themeBorder, themeColor } from '../../helpers'; -import { BareButton } from './BareButtons'; +import { BareButton } from '../../sonar-aligned/components/buttons'; export const ButtonLink = styled(BareButton)` color: ${themeColor('linkDefault')}; |