diff --git a/packages/shared/components/access-right-select/AccessRightSelect.styled.ts b/packages/shared/components/access-right-select/AccessRightSelect.styled.ts index bcc8c527b8..86d09237c3 100644 --- a/packages/shared/components/access-right-select/AccessRightSelect.styled.ts +++ b/packages/shared/components/access-right-select/AccessRightSelect.styled.ts @@ -24,7 +24,7 @@ // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import styled from "styled-components"; +import styled, { css } from "styled-components"; import { Base } from "../../themes"; import { mobile } from "../../utils";