diff --git a/apps/web/src/components/education/course-learning-view/CourseLearningViewSidebar.tsx b/apps/web/src/components/education/course-learning-view/CourseLearningViewSidebar.tsx
index cb883ccf3..347745bc9 100644
--- a/apps/web/src/components/education/course-learning-view/CourseLearningViewSidebar.tsx
+++ b/apps/web/src/components/education/course-learning-view/CourseLearningViewSidebar.tsx
@@ -37,7 +37,7 @@ export function CourseLearningViewSidebar({
key={lesson.id}
type="button"
onClick={() => onSelectLesson(lesson.id)}
- className={`flex items-start gap-4 p-4 cursor-pointer border-l-2 transition-all duration-[var(--duration-normal)] hover:bg-muted/50 w-full text-left ${isActive ? 'bg-primary/10 border-primary' : 'border-transparent'}`}
+ className={`flex items-start gap-4 p-4 cursor-pointer border-l-2 transition-all duration-[var(--sumi-duration-normal)] hover:bg-muted/50 w-full text-left ${isActive ? 'bg-primary/10 border-primary' : 'border-transparent'}`}
>
{isCompleted ? (
diff --git a/apps/web/src/components/education/course-learning-view/CourseLearningViewTabs.tsx b/apps/web/src/components/education/course-learning-view/CourseLearningViewTabs.tsx
index d22591917..e05126a0f 100644
--- a/apps/web/src/components/education/course-learning-view/CourseLearningViewTabs.tsx
+++ b/apps/web/src/components/education/course-learning-view/CourseLearningViewTabs.tsx
@@ -59,7 +59,7 @@ export function CourseLearningViewTabs({
type="button"
onClick={() => onTabChange(tab)}
className={cn(
- 'pb-3 text-sm font-bold uppercase tracking-wider border-b-2 transition-colors duration-[var(--duration-normal)]',
+ 'pb-3 text-sm font-bold uppercase tracking-wider border-b-2 transition-colors duration-[var(--sumi-duration-normal)]',
activeTab === tab
? 'border-primary text-foreground'
: 'border-transparent text-muted-foreground hover:text-foreground',
@@ -86,7 +86,7 @@ export function CourseLearningViewTabs({
{activeTab === 'notes' && (
-
+
{passed ? 'Assessment Passed!' : 'Try Again'}
@@ -107,18 +107,18 @@ export const QuizModal: React.FC = ({
{/* Header */}
-
+
{quiz.title}
{/* Progress */}
= ({
Question {currentQuestionIndex + 1} of {quiz.questions.length}
-
+
{currentQuestion.question}
@@ -141,7 +141,7 @@ export const QuizModal: React.FC = ({
onClick={() => handleAnswerSelect(idx)}
className={`w-full text-left p-4 rounded-lg border transition-all ${
selectedAnswers[currentQuestionIndex] === idx
- ? 'bg-primary/10 border-primary text-white'
+ ? 'bg-primary/10 border-primary text-foreground'
: 'bg-card border-border text-foreground hover:bg-white/5 hover:border-border'
}`}
>
diff --git a/apps/web/src/components/feedback/Progress.tsx b/apps/web/src/components/feedback/Progress.tsx
index 9879f1519..124daea7b 100644
--- a/apps/web/src/components/feedback/Progress.tsx
+++ b/apps/web/src/components/feedback/Progress.tsx
@@ -70,7 +70,7 @@ export function Progress({
strokeDashoffset={strokeDashoffset}
strokeLinecap="round"
className={cn(
- 'transition-all duration-[var(--duration-normal)] ease-in-out',
+ 'transition-all duration-[var(--sumi-duration-normal)] ease-in-out',
!color && 'text-primary',
)}
style={color ? { stroke: color } : undefined}
@@ -109,7 +109,7 @@ export function Progress({
>
= ({
return (
{/* Shine sweep animation for unlocked achievements */}
{isUnlocked && (
@@ -62,7 +62,7 @@ export const AchievementCard: React.FC = ({
{/* Progress */}
diff --git a/apps/web/src/components/gamification/LeaderboardView.tsx b/apps/web/src/components/gamification/LeaderboardView.tsx
index 81f795662..a62939436 100644
--- a/apps/web/src/components/gamification/LeaderboardView.tsx
+++ b/apps/web/src/components/gamification/LeaderboardView.tsx
@@ -94,7 +94,7 @@ export const LeaderboardView: React.FC = () => {
return (
= ({
{/* Progress Fill */}
{/* Shimmer Effect */}
diff --git a/apps/web/src/components/inventory/AddEquipmentView.tsx b/apps/web/src/components/inventory/AddEquipmentView.tsx
index ed8688767..6b0acd29e 100644
--- a/apps/web/src/components/inventory/AddEquipmentView.tsx
+++ b/apps/web/src/components/inventory/AddEquipmentView.tsx
@@ -37,7 +37,7 @@ export const AddEquipmentView: React.FC = () => {
return (
-
+
REGISTER EQUIPMENT