Fix add button position

This commit is contained in:
Samuel Elliott
2022-08-20 20:23:10 +01:00
parent f900696a79
commit ceed9accc2

View File

@@ -1,7 +1,9 @@
import React from 'react';
export const svg_styles: React.CSSProperties = {
height: '1em',
height: '1.2em',
width: 'auto',
fill: 'currentColor',
alignSelf: 'center',
verticalAlign: -4,
};