Skip to content

Conversation

@laxman-aqw
Copy link
Collaborator

  • Merged all the branches.

Comment on lines +14 to +16
<label className={styles["input-field__label"]}>
{label.charAt(0).toUpperCase() + label.slice(1)}
</label>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can use css text-transform: capitalize here instead of capitalizing the first letter through js

@@ -0,0 +1,40 @@
.increment, .decrement{
background-color: rgb(32, 175, 32);
Copy link

@Aayush1011 Aayush1011 Nov 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a suggestion but it might be a better idea to use only rgb color or hex code everywhere as I noticed you're using both

Comment on lines +32 to +37
.input-field__value {
margin-top: 4px;
font-size: 12px;
color: #555;
font-style: italic;
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this class and its associated properties appear to be unused

Comment on lines +12 to +14
<li key={index} className={styles["item-list__item"]} onClick={() => setSelectedItem(item)}>
{item}
</li>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think the onClick here has any effect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants