wip
This commit is contained in:
@@ -129,7 +129,7 @@ export const DocsGrid = ({ topSlot }: { topSlot?: ReactNode }) => {
|
||||
{
|
||||
headerName: '',
|
||||
id: 'visibility',
|
||||
size: 95,
|
||||
size: 120,
|
||||
renderCell: ({ row }) => {
|
||||
return (
|
||||
<StyledLink href={`/docs/${row.id}`}>
|
||||
|
||||
+2
-2
@@ -145,8 +145,8 @@ export const AddMembers = ({ currentRole, doc }: ModalAddMembersProps) => {
|
||||
$wrap="wrap"
|
||||
>
|
||||
<IconBG iconName="group_add" />
|
||||
<Box $gap="0.7rem" $direction="row" $wrap="wrap" $css="flex: 70%;">
|
||||
<Box $gap="1rem" $direction="row" $wrap="wrap" $css="flex: 80%;">
|
||||
<Box $gap="0.7rem" $direction="row" $css="flex: 70%;">
|
||||
<Box $gap="1rem" $direction="row" $css="flex: 80%;">
|
||||
<Box $css="flex-shrink: 0;" $width="15rem">
|
||||
<SearchUsers
|
||||
key={resetKey + 1}
|
||||
|
||||
@@ -24,7 +24,7 @@ const RedStripe = styled.div`
|
||||
|
||||
export const Header = () => {
|
||||
const { t } = useTranslation();
|
||||
const { themeTokens } = useCunninghamTheme();
|
||||
const { themeTokens, theme } = useCunninghamTheme();
|
||||
const logo = themeTokens().logo;
|
||||
|
||||
return (
|
||||
@@ -93,7 +93,7 @@ export const Header = () => {
|
||||
<Box $align="center" $gap="1.5rem" $direction="row">
|
||||
<AccountDropdown />
|
||||
<LanguagePicker />
|
||||
<LaGaufre />
|
||||
{theme === 'dsfr' && <LaGaufre />}
|
||||
</Box>
|
||||
</Box>
|
||||
</Box>
|
||||
|
||||
Reference in New Issue
Block a user