-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Adjust companion to new designs #3650
Conversation
// --sapNeutralColor | ||
background-color: rgba(#788fa6, 0.2); | ||
border-radius: 8px 8px 8px 0; | ||
} | ||
|
||
.right-aligned { | ||
align-self: flex-end; | ||
background-color: var(--sapContent_Illustrative_Color1); | ||
// --sapContent_Illustrative_Color1 | ||
background-color: rgba(#5d36ff, 0.2); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why can't we use the variables?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Directly applying opacity to the ui5 defined color is not possible, because this only works for rgb colors and ui5 colors are defined in hexadecimal. Also I couldn't apply opacity to the element as this affects all of its children as well. But I just checked again and found another approach that directly uses the color, so thanks for leaving this comment and you can have a look again 😄
public/i18n/en.yaml
Outdated
@@ -761,7 +761,8 @@ kyma-companion: | |||
subtitle: A temporary interruption occured. Please try again. | |||
introduction1: Hello there, | |||
introduction2: How can I help you? | |||
placeholder: Type something | |||
placeholder: Message Joule | |||
disclaimer: Joule is powered by generative AI and all output should be reviewed before use. Please do not enter any sensitive personal data, and avoid entering any other personal data you do not wish to be processed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
disclaimer: Joule is powered by generative AI and all output should be reviewed before use. Please do not enter any sensitive personal data, and avoid entering any other personal data you do not wish to be processed. | |
disclaimer: Joule is powered by generative AI, and the output must be reviewed before use. Do not enter any sensitive personal data, and avoid entering any other data you do not wish to be processed. |
Description
Changes proposed in this pull request:
Related issue(s)
Closes #3601
Definition of done
backlog#4567