refactor: convert inline styles to token-based classes in list components

This commit is contained in:
Shantur Rathore
2025-10-28 21:44:52 +00:00
parent 47852df9d7
commit b7b626ba4c
2 changed files with 11 additions and 12 deletions

View File

@@ -180,7 +180,7 @@ const InstanceWelcomeView: Component<InstanceWelcomeViewProps> = (props) => {
<For each={parentSessions()}>
{(session, index) => (
<div
class="panel-list-item w-full"
class="panel-list-item"
classList={{
"panel-list-item-highlight": focusMode() === "sessions" && selectedIndex() === index(),
}}