use theme spaces

This commit is contained in:
Simone Taeggi 2022-08-26 17:57:38 +02:00
parent 372b03fcc2
commit abae2c1e01

View File

@ -44,7 +44,7 @@ import init from './init';
import reducer, { initialState } from './reducer'; import reducer, { initialState } from './reducer';
const ButtonWithRightMargin = styled(Button)` const ButtonWithRightMargin = styled(Button)`
margin-right: 8px; margin-right: ${({ theme }) => theme.spaces[2]}; ;
`; `;
const ApiTokenCreateView = () => { const ApiTokenCreateView = () => {