erikbocks commented on code in PR #11895:
URL: https://github.com/apache/cloudstack/pull/11895#discussion_r2465916276
##########
ui/src/components/header/CreateMenu.vue:
##########
@@ -26,7 +26,7 @@
<a-avatar :style="{ backgroundColor:
$config.theme['@primary-color'] }">
<template #icon>
<render-icon v-if="(typeof menuItem.icon === 'string')"
:icon="menuItem.icon" />
- <font-awesome-icon v-else :icon="menuItem.icon" />
+ <render-icon v-else :style="{fill:'#ffffff'}"
:svg-icon=menuItem.icon />
Review Comment:
Without the fill-style, the icon is displayed with it's default color
(black) in the `Create` tab. Thus, it is needed to keep the Kubernetes icon
consistent with the other icons, that are displayed in white.
<img width="369" height="317" alt="image"
src="https://github.com/user-attachments/assets/300956e1-b0f5-43a6-a1c7-ce764e1262d0"
/>
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]