Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into fix/fix-card-padding
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsen-deriv authored Dec 20, 2023
2 parents e07d690 + e5ba8f4 commit 4e861e1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions libs/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [0.31.0](https://github.com/deriv-com/deriv-com-v2/compare/components-0.30.0...components-0.31.0) (2023-12-19)


### Bug Fixes

* update link color to prominant ([0b92959](https://github.com/deriv-com/deriv-com-v2/commit/0b929598ddcca3f0c96a3b237fcf8ebf4d00da10))

## [0.30.0](https://github.com/deriv-com/deriv-com-v2/compare/components-0.29.0...components-0.30.0) (2023-12-19)

## [0.29.0](https://github.com/deriv-com/deriv-com-v2/compare/components-0.28.0...components-0.29.0) (2023-12-18)
Expand Down
2 changes: 1 addition & 1 deletion libs/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deriv-com/components",
"version": "0.30.0",
"version": "0.31.0",
"main": "./index.js",
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion libs/components/src/lib/link/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export function CustomLink({
target={target}
className={qtMerge(
'flex',
'text-typography-default',
'text-typography-prominent',
hasIcon && 'items-center justify-center',
size === 'sm' && 'text-body-sm',
size === 'md' && 'text-body-md',
Expand Down

0 comments on commit 4e861e1

Please sign in to comment.