Skip to content

Commit fb17a76

Browse files
committed
sunday
1 parent 6d94009 commit fb17a76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/components/top/NewExportButton.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ export default function NewExportButton(): React.JSX.Element {
2828
style={{
2929
border: '1px solid #3c59ba',
3030
marginBottom: '2%',
31-
marginTop: '5%'
31+
marginTop: '5%',
32+
backgroundColor: '#4a4a4a'
3233
}}
3334
>
3435
<ListItemText primary={option} style={{ textAlign: 'center' }} />

0 commit comments

Comments
 (0)