File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ export function ExportGroupDropdownButton() {
4444 < Button
4545 variant = "secondary"
4646 size = "sm"
47- className = "dark:hover:bg-secondary/50 border-1 border-gray-200 hover:bg-gray-200 dark:border-none "
47+ className = "dark:hover:bg-secondary/50 border-1 border-gray-200 hover:bg-gray-200 dark:border-transparent "
4848 >
4949 < LuExport />
5050 결과 내보내기
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ function UserAvatarItem({ userId }: { userId: string }) {
6161 if ( ! user ) return null ;
6262
6363 return (
64- < Avatar size = "sm" className = "!ring-gray-800" >
64+ < Avatar size = "sm" className = "!ring-color-popover dark:!ring- gray-800" >
6565 < AvatarFallback
6666 className = { cn ( getContrastClass ( user . color ) , 'text-xs font-semibold' ) }
6767 style = { { backgroundColor : user . color } }
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ function WorkspaceHeader() {
4646 < Button
4747 size = "sm"
4848 variant = "secondary"
49- className = "dark:hover:bg-secondary/50 border-1 border-gray-200 hover:bg-gray-200 dark:border-none "
49+ className = "dark:hover:bg-secondary/50 border-1 border-gray-200 hover:bg-gray-200 dark:border-transparent "
5050 onClick = { ( ) => toast . info ( 'Coming soon...' ) }
5151 >
5252 < LuGithub size = { 16 } />
You can’t perform that action at this time.
0 commit comments