Web: Components: Badge - fixed description

This commit is contained in:
DmitrySychugov 2023-04-24 20:39:12 +05:00
parent b61925b024
commit 0ec5c1b8d8

View File

@ -56,7 +56,7 @@ const Badge = (props) => {
};
Badge.propTypes = {
/** Value */
/** Label */
label: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
/** CSS background-color */
backgroundColor: PropTypes.string,