mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-08-20 01:25:31 -05:00
Fix add button position
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user