fix: correct contact with us icon alignment (#3600)

This commit is contained in:
Garfield Lee 2023-08-08 01:30:48 +08:00 committed by GitHub
parent cdef5f5826
commit 47c0b1f680
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,11 +32,12 @@ globalStyle(`${settingContent} .footer`, {
globalStyle(`${settingContent} .footer a`, {
color: 'var(--affine-text-primary-color)',
lineHeight: 'normal',
});
globalStyle(`${settingContent} .footer > svg`, {
fontSize: 'var(--affine-font-base)',
color: 'var(--affine-icon-color)',
marginRight: '12px',
marginTop: '2px',
marginTop: '1px',
});