| 1 | export { sessionDetailRightPanelContentClass as workbenchPanelClass } from '../right-panel/styles' |
| 2 | |
| 3 | export const workbenchActionButtonClass = |
| 4 | 'h-9 w-full justify-start rounded-[0.95rem] border-[#d7cbb7]/58 bg-[#fffaf1]/82 text-xs text-[#3f4b35] hover:bg-[#d4e4c1]/62' |
| 5 | |
| 6 | export const workbenchIconClass = 'mr-2 h-3.5 w-3.5 text-[#7a875f]' |
| 7 |