-
Notifications
You must be signed in to change notification settings - Fork 98
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
fix(svp): design issue after bump ods18 #14741
fix(svp): design issue after bump ods18 #14741
Conversation
cb673a8
to
520c9f8
Compare
520c9f8
to
56f57e1
Compare
56f57e1
to
da6d63e
Compare
packages/manager/apps/pci-savings-plan/src/components/Commitment/Commitment.tsx
Outdated
Show resolved
Hide resolved
packages/manager/apps/pci-savings-plan/src/components/Modal/RenewModal.tsx
Outdated
Show resolved
Hide resolved
ref: TAPC-2456 Signed-off-by: Lionel Bueno <[email protected]>
da6d63e
to
8ffebf7
Compare
Quality Gate passedIssues Measures |
@@ -4,13 +4,17 @@ import React from 'react'; | |||
const SimpleTile: React.FC<React.PropsWithChildren<{ | |||
onClick?: () => void; | |||
isActive?: boolean; | |||
}>> = ({ children, onClick, isActive }) => ( | |||
className?: string; | |||
}>> = ({ children, onClick, isActive, className }) => ( | |||
<OdsCard | |||
className={`flex items-center flex-col justify-center w-1/2 shrink-0 md:shrink md:w-1/4 mr-5 text-center p-3 ${ |
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.
a little bit hard to read
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.
a great idea is to use clsx
ref: TAPC-2456 Signed-off-by: Lionel Bueno <[email protected]> Co-authored-by: Lionel Bueno <[email protected]>
ref: TAPC-2456 Signed-off-by: Lionel Bueno <[email protected]> Co-authored-by: Lionel Bueno <[email protected]>
ref: TAPC-2456 Signed-off-by: Lionel Bueno <[email protected]>
ref: TAPC-2456 Signed-off-by: Lionel Bueno <[email protected]>
ref: TAPC-2456 Signed-off-by: Lionel Bueno <[email protected]>
tapc-2456
Description
Update some design on ODS 18
Related