mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-22 16:08:13 +00:00
Style : Changing icons size and thickness. (#1865)
* Style : Changing icons size and thickness. * minor change
This commit is contained in:
parent
8db5ec328c
commit
1ee2168d33
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 |
@ -278,7 +278,7 @@ const Appbar: React.FC = (): JSX.Element => {
|
|||||||
alt="Doc icon"
|
alt="Doc icon"
|
||||||
className="tw-align-middle tw-mr-1"
|
className="tw-align-middle tw-mr-1"
|
||||||
icon={Icons.WHATS_NEW}
|
icon={Icons.WHATS_NEW}
|
||||||
width="16"
|
width="20"
|
||||||
/>
|
/>
|
||||||
{/* <span>What's new</span> */}
|
{/* <span>What's new</span> */}
|
||||||
</button>
|
</button>
|
||||||
@ -305,7 +305,7 @@ const Appbar: React.FC = (): JSX.Element => {
|
|||||||
alt="Doc icon"
|
alt="Doc icon"
|
||||||
className="tw-align-middle tw-mt-0.5 tw-mr-1"
|
className="tw-align-middle tw-mt-0.5 tw-mr-1"
|
||||||
icon={Icons.HELP_CIRCLE}
|
icon={Icons.HELP_CIRCLE}
|
||||||
width="16"
|
width="20"
|
||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
isDropDownIconVisible={false}
|
isDropDownIconVisible={false}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user