Skip to content

Commit d0cb014

Browse files
fix: prevent white-on-white text on disabled session button menu (#3799)
Valid for Legacy sessions only
1 parent 4f4d838 commit d0cb014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/features/session/components/SessionButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ export default function SessionButton({
150150
<Link
151151
className={cx(
152152
"dropdown-item",
153-
!supportLegacySessions && ["disabled", "text-white"]
153+
!supportLegacySessions && "disabled"
154154
)}
155155
data-cy="start-legacy-session-with-options"
156156
to={sessionStartUrl}

0 commit comments

Comments
 (0)