Skip to content

Commit e248ec7

Browse files
Merge branch 'deriv-com:main' into yaswanth/FEQ-1858_Implement_circular_progressbar
2 parents f15878b + 57a90e0 commit e248ec7

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Deriv Ui Library (@deriv-com/ui)
2-
<img alt="NPM Version" src="https://img.shields.io/npm/v/@deriv-com/ui"> <img alt="NPM Downloads" src="https://img.shields.io/npm/dw/@deriv-com/ui"> [![TypeScript](https://badges.frapsoft.com/typescript/code/typescript.png?v=101)](https://github.com/ellerbrock/typescript-badges/) [![MIT Licence](https://badges.frapsoft.com/os/mit/mit.png?v=102)](https://opensource.org/licenses/mit-license.php)
1+
# Deriv Ui Library (@deriv-com/ui)
2+
<img alt="NPM Version" src="https://img.shields.io/npm/v/@deriv-com/ui"> <img alt="NPM Downloads" src="https://img.shields.io/npm/dw/@deriv-com/ui"> <img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="@deriv-com/ui is released under the MIT license." /> [![Coverage Status](https://coveralls.io/repos/github/deriv-com/ui/badge.svg)](https://coveralls.io/github/deriv-com/ui)
33

44

55
## Overview
6-
This is a UI component library made for ReactJS that conforms to the [Deriv Design System](https://zeroheight.com/36313d3c8/p/439a5c-deriv-design-system). Explore our [Storybook](https://deriv-ui.pages.dev/) for for comprehensive development documentation .
6+
This is a UI component library made for ReactJS that conforms to the [Deriv Design System](https://zeroheight.com/36313d3c8/p/439a5c-deriv-design-system). Explore our [Storybook](https://deriv-ui.pages.dev/) for for comprehensive development documentation .
77

88
Also available on [npm](https://www.npmjs.com/package/@deriv-com/ui).
99

@@ -38,3 +38,10 @@ npm run storybook
3838

3939
## Contributing
4040
Contributions to the @deriv-com/ui library are warmly encouraged. If you have suggestions for enhancements or encounter a bug, please feel free to open an issue or submit a pull request (ensure you fork it first).
41+
42+
<a height="15" href = "https://github.com/deriv-com/ui/contributors">
43+
<img src = "https://contrib.rocks/image?repo=deriv-com/ui&anon=0&columns=20"/>
44+
</a>
45+
46+
47+

src/components/SideNote/ChevronRightIcon.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ export const ChevronRightIcon = () => (
99
<g id="icon">
1010
<path
1111
id="icon_2"
12-
fill-rule="evenodd"
13-
clip-rule="evenodd"
12+
fillRule="evenodd"
13+
clipRule="evenodd"
1414
d="M3.85983 1.60983C4.00628 1.46339 4.24372 1.46339 4.39017 1.60983L8.51516 5.73484C8.66161 5.88128 8.66161 6.11872 8.51516 6.26516L4.39017 10.3902C4.24372 10.5366 4.00628 10.5366 3.85983 10.3902C3.71339 10.2437 3.71339 10.0063 3.85983 9.85983L7.71967 6L3.85983 2.14017C3.71339 1.99372 3.71339 1.75628 3.85983 1.60983Z"
1515
fill="#FF444F"
1616
/>

0 commit comments

Comments
 (0)