mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 08:19:07 +00:00
use theme spaces
This commit is contained in:
parent
372b03fcc2
commit
abae2c1e01
@ -44,7 +44,7 @@ import init from './init';
|
||||
import reducer, { initialState } from './reducer';
|
||||
|
||||
const ButtonWithRightMargin = styled(Button)`
|
||||
margin-right: 8px;
|
||||
margin-right: ${({ theme }) => theme.spaces[2]}; ;
|
||||
`;
|
||||
|
||||
const ApiTokenCreateView = () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user