mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
feat: migrate to pnpm (#253)
This commit is contained in:
@@ -49,7 +49,7 @@ const RoleFormFloatingActionsRoot = styled.div`
|
||||
border-top: 1px solid #d2dde2;
|
||||
box-shadow: 0px -1px 4px 0px rgb(0 0 0 / 5%);
|
||||
|
||||
.bp3-button {
|
||||
.bp4-button {
|
||||
margin-right: 10px;
|
||||
}
|
||||
`;
|
||||
|
||||
@@ -374,7 +374,7 @@ export const RolesPermissionList = () => {
|
||||
};
|
||||
|
||||
const PermissionCheckbox = styled(Checkbox)`
|
||||
&.bp3-control.bp3-checkbox .bp3-control-indicator {
|
||||
&.bp4-control.bp4-checkbox .bp4-control-indicator {
|
||||
border-radius: 2px;
|
||||
border-color: #555;
|
||||
|
||||
@@ -454,7 +454,7 @@ const ModulePermissionsTableRoot = styled.table`
|
||||
}
|
||||
|
||||
tr td {
|
||||
.bp3-control.bp3-inline {
|
||||
.bp4-control.bp4-inline {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user