Shared: AccessRightSelect: fix css is undefined

This commit is contained in:
Alexey Safronov 2024-08-05 16:19:57 +04:00
parent 5c9a26987c
commit da870c43f1

View File

@ -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";