diff --git a/components/x-follow-button/src/styles/mixins/lozenge/main.scss b/components/x-follow-button/src/styles/mixins/lozenge/main.scss index 1a2618244..1c20fffe2 100644 --- a/components/x-follow-button/src/styles/mixins/lozenge/main.scss +++ b/components/x-follow-button/src/styles/mixins/lozenge/main.scss @@ -59,6 +59,6 @@ white-space: nowrap; &:focus { - outline: 2px solid getColor('teal-90'); + outline: none; } -} \ No newline at end of file +}