File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2066,7 +2066,7 @@ export default function Layout(props: ParentProps) {
20662066 < div class = "shrink-0 py-4" >
20672067 < Button
20682068 size = "large"
2069- icon = "plus-small "
2069+ icon = "new-session "
20702070 class = "w-full"
20712071 onClick = { ( ) => navigateWithSidebarReset ( `/${ base64Encode ( p ( ) . worktree ) } /session` ) }
20722072 >
Original file line number Diff line number Diff line change @@ -384,7 +384,7 @@ export const NewSessionItem = (props: {
384384 >
385385 < div class = "flex items-center gap-1 w-full" >
386386 < div class = "shrink-0 size-6 flex items-center justify-center" >
387- < Icon name = "plus-small " size = "small" class = "text-icon-weak" />
387+ < Icon name = "new-session " size = "small" class = "text-icon-weak" />
388388 </ div >
389389 < span class = "text-14-regular text-text-strong grow-1 min-w-0 overflow-hidden text-ellipsis truncate" >
390390 { label }
Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ const WorkspaceActions = (props: {
217217 < Show when = { ! props . touch ( ) } >
218218 < Tooltip value = { props . language . t ( "command.session.new" ) } placement = "top" >
219219 < IconButton
220- icon = "plus-small "
220+ icon = "new-session "
221221 variant = "ghost"
222222 class = "size-6 rounded-md opacity-0 pointer-events-none group-hover/workspace:opacity-100 group-hover/workspace:pointer-events-auto group-focus-within/workspace:opacity-100 group-focus-within/workspace:pointer-events-auto"
223223 data-action = "workspace-new-session"
Original file line number Diff line number Diff line change 115115
116116 font-size : var (--font-size-small );
117117 line-height : var (--line-height-large );
118- gap : 4 px ;
118+ gap : 8 px ;
119119
120120 /* text-12-medium */
121121 font-family : var (--font-family-sans );
135135 }
136136
137137 font-size : var (--font-size-small );
138- gap : 6 px ;
138+ gap : 8 px ;
139139
140140 /* text-12-medium */
141141 font-family : var (--font-family-sans );
153153 padding : 0 12px 0 8px ;
154154 }
155155
156- gap : 4 px ;
156+ gap : 8 px ;
157157
158158 /* text-14-medium */
159159 font-family : var (--font-family-sans );
You can’t perform that action at this time.
0 commit comments