Skip to content

Commit

Permalink
fix(pci-load-balancer): bold title on creation's size step
Browse files Browse the repository at this point in the history
Signed-off-by: Mohammed Hamdoune <[email protected]>
  • Loading branch information
sidlynx committed Dec 17, 2024
1 parent 72b8814 commit 85534e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const LabelComponent = ({
size={ODS_TEXT_SIZE._400}
level={ODS_TEXT_LEVEL.body}
color={ODS_THEME_COLOR_INTENT.text}
className={isItemSelected ? 'font-bold' : ''}
className={isItemSelected ? 'font-bold' : 'font-normal'}
>
{tCreate('octavia_load_balancer_create_size_flavour_title', {
sizeCode: item.label,
Expand Down

0 comments on commit 85534e0

Please sign in to comment.