Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update tabs-font-size #140

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/tree-view/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/globals/components/tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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*/
Expand Down