fixes issues

This commit is contained in:
2026-02-16 13:37:37 +01:00
parent f57bdd68da
commit eb43b35873
10 changed files with 30 additions and 26 deletions

View File

@@ -43,6 +43,8 @@ const getSegmentClasses = (index) => {
'cursor-pointer',
'hover:bg-white/10',
'hover:text-gray-200',
'peer-checked:hover:bg-primary-dark',
'peer-checked:hover:text-gray-900',
'peer-checked:bg-primary',
'peer-checked:text-gray-900',
'peer-checked:font-semibold',