This commit is contained in:
everythingonblack
2025-05-14 17:06:55 +07:00
parent 9e3759e571
commit e51987443c
6 changed files with 57 additions and 36 deletions

View File

@@ -192,7 +192,7 @@ const Item = ({
whiteSpace: 'nowrap',
borderRadius: '9999px',
backgroundColor: !isAvailable ? 'gray' : 'unset',
backgroundImage: isAvailable && 'linear-gradient(to right, #e52535, #eb525e)',
backgroundImage: isAvailable && 'linear-gradient(to right, #e52535, #fe6d78)',
padding: '0.25rem 0rem',
color: 'rgb(255, 255, 255)',
fontSize: '0.75rem',