aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/design-system/src/components/buttons/ButtonLink.tsx
diff options
context:
space:
mode:
authorstanislavh <stanislav.honcharov@sonarsource.com>2024-04-24 15:01:18 +0200
committerMatteo Mara <matteo.mara@sonarsource.com>2024-04-30 10:59:03 +0200
commit21e048436dce0144c2e7266085286eec8f517dce (patch)
tree8bd2f2fdac0bba79a3cd4797b74b6444d7d88138 /server/sonar-web/design-system/src/components/buttons/ButtonLink.tsx
parent43832d162a17dddc79627333d32f70f11923a93d (diff)
downloadsonarqube-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.tsx2
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')};