Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Jan 16, 2025
1 parent fbc9ad4 commit 6379d5a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 0 additions & 2 deletions packages/app-admin/src/styles/material-theme-assignments.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
display: flex;
}


// list
.mdc-deprecated-list {
@include list.deprecated-item-primary-text-ink-color($mdc-theme-text-primary-on-background);
Expand Down Expand Up @@ -136,7 +135,6 @@
}
}


// when grid is inside another grid cell, child grid should not have any padding
.mdc-layout-grid {
> .mdc-layout-grid__inner {
Expand Down
7 changes: 6 additions & 1 deletion packages/app-serverless-cms/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ export { HasPermission, useSecurity, usePermission } from "@webiny/app-security"
export { useTenancy } from "@webiny/app-tenancy";
export type { Tenant } from "@webiny/app-tenancy";

export { IsTenant, IsRootTenant, IsNotRootTenant, useCurrentTenant } from "@webiny/app-tenant-manager";
export {
IsTenant,
IsRootTenant,
IsNotRootTenant,
useCurrentTenant
} from "@webiny/app-tenant-manager";

export * from "./apolloClientFactory";

0 comments on commit 6379d5a

Please sign in to comment.