Style : Changing icons size and thickness. (#1865)

* Style : Changing icons size and thickness.

* minor change
This commit is contained in:
Sachin Chaurasiya 2021-12-21 17:25:14 +05:30 committed by GitHub
parent 8db5ec328c
commit 1ee2168d33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 8 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB

View File

@ -278,7 +278,7 @@ const Appbar: React.FC = (): JSX.Element => {
alt="Doc icon"
className="tw-align-middle tw-mr-1"
icon={Icons.WHATS_NEW}
width="16"
width="20"
/>
{/* <span>What&#39;s new</span> */}
</button>
@ -305,7 +305,7 @@ const Appbar: React.FC = (): JSX.Element => {
alt="Doc icon"
className="tw-align-middle tw-mt-0.5 tw-mr-1"
icon={Icons.HELP_CIRCLE}
width="16"
width="20"
/>
}
isDropDownIconVisible={false}