Readme and UI updates
|
Before Width: | Height: | Size: 614 KiB After Width: | Height: | Size: 240 KiB |
|
Before Width: | Height: | Size: 142 KiB After Width: | Height: | Size: 107 KiB |
|
Before Width: | Height: | Size: 397 KiB After Width: | Height: | Size: 311 KiB |
|
Before Width: | Height: | Size: 115 KiB After Width: | Height: | Size: 111 KiB |
|
Before Width: | Height: | Size: 105 KiB After Width: | Height: | Size: 115 KiB |
@@ -379,8 +379,8 @@ export function TopNavbar({isTopbarOpen, setIsTopbarOpen}: TopNavbarProps): Reac
|
|||||||
size="sm"
|
size="sm"
|
||||||
className={`rounded-full px-3 py-1 text-xs flex items-center gap-1 ${
|
className={`rounded-full px-3 py-1 text-xs flex items-center gap-1 ${
|
||||||
selectedTabIds.includes(tab.id)
|
selectedTabIds.includes(tab.id)
|
||||||
? 'bg-blue-600 text-white border-blue-700 hover:bg-blue-700'
|
? 'text-white bg-gray-700'
|
||||||
: 'bg-transparent text-gray-300 border-gray-500 hover:bg-gray-700'
|
: 'text-gray-500'
|
||||||
}`}
|
}`}
|
||||||
onClick={() => handleTabToggle(tab.id)}
|
onClick={() => handleTabToggle(tab.id)}
|
||||||
>
|
>
|
||||||
|
|||||||