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 Jan 3, 2025
1 parent c8592bf commit 763c5c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28872,4 +28872,4 @@ zustand@^4.5.5:
zwitch@^1.0.0:
version "1.0.5"
resolved "https://registry.yarnpkg.com/zwitch/-/zwitch-1.0.5.tgz#d11d7381ffed16b742f6af7b3f223d5cd9fe9920"
integrity sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==
integrity sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==

0 comments on commit 763c5c5

Please sign in to comment.