diff --git a/src/components/tree-view/readme.md b/src/components/tree-view/readme.md index e75f495e..a2b50d59 100644 --- a/src/components/tree-view/readme.md +++ b/src/components/tree-view/readme.md @@ -194,7 +194,7 @@ Update the information about the valid droppable zones. | `requestTimestamp` | `number` | Time where the request to the server was made. Useful to avoid having old information. | | `newContainerId` | `string` | ID of the container where the drag is trying to be made. | | `draggedItems` | `GxDataTransferInfo[]` | Information about the dragged items. | -| `dropType` | `"above" \| "after" \| "before"` | Type of drop that wants to be effected | +| `dropType` | `"after" \| "before" \| "above"` | Type of drop that wants to be effected | | `validDrop` | `boolean` | Current state of the droppable zone. | #### Returns diff --git a/src/globals/components/tabs.scss b/src/globals/components/tabs.scss index b23f732e..5c40fa0c 100644 --- a/src/globals/components/tabs.scss +++ b/src/globals/components/tabs.scss @@ -77,7 +77,7 @@ /*--- Tab ---*/ --gxg-tab-background-color: var(--mer-color__surface); --gxg-tab-color: var(--mer-text__on-surface); - --gxg-tab-font-size: var(--ds-base-font-size); + --gxg-tab-font-size: var(--mer-font__size--xxs); --gxg-tab-horizontal-padding: var(--mer-spacing--sm); --gxg-tab-vertical-padding: var(--mer-spacing--sm); /*font-family, font-size, color. font-weight, and line-height should be defined by using the 'gxg-text' mixin*/