This commit is contained in:
Nathan Vasse
2024-09-13 10:29:39 +02:00
parent 8556757a8a
commit 439eb0aadb
3 changed files with 5 additions and 5 deletions
@@ -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}`}>
@@ -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>