MCPcopy Create free account
hub / github.com/FlowiseAI/Flowise / getDocStoreActionButtonSx

Function getDocStoreActionButtonSx

packages/ui/src/views/docstore/index.jsx:38–47  ·  view source on GitHub ↗
(theme)

Source from the content-addressed store, hash-verified

36
37// ==============================|| DOCUMENTS ||============================== //
38const getDocStoreActionButtonSx = (theme) => ({
39 p: 0.5,
40 color: theme.palette.text.primary,
41 backgroundColor: theme.palette.mode === 'dark' ? theme.palette.background.default : theme.palette.background.paper,
42 border: `1px solid ${theme.palette.divider}`,
43 '&:hover': {
44 backgroundColor: theme.palette.action.hover,
45 borderColor: theme.palette.text.secondary
46 }
47})
48
49const Documents = () => {
50 const theme = useTheme()

Callers 1

DocumentsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected