Skip to content

Commit

Permalink
fix pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborux committed Jul 1, 2022
1 parent 97ccd2a commit 733b718
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/mobile/mobile-open-aside.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
v-if="$x.selectedFilters.length > 0"
class="
x-background--neutral-100
x-font-color--neutral-10
x-font-color--lead
x-border-radius--20
x-padding--01 x-padding--right-03 x-padding--left-03
"
Expand Down
5 changes: 3 additions & 2 deletions src/design-system/tokens.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
}

// Input
--x-color-background-button-default: var(--x-color-base-neutral-10);
--x-number-font-weight-input-group-default-button: var(--x-number-font-weight-base-regular);
--x-size-font-input-group-default: var(--x-size-font-base-m);
--x-size-gap-input-group-default: var(--x-size-base-05);
Expand Down Expand Up @@ -103,14 +102,16 @@
--x-color-background-button-tertiary: rgba(255, 255, 255, 0.85);
--x-color-text-button-tertiary: var(--x-color-base-lead);
--x-size-border-width-button-tertiary: 0;
--x-color-background-button-default: var(--x-color-base-lead);

// Suggestions
--x-number-font-weight-suggestion-default-matching: var(--x-number-font-weight-base-bold);
--x-number-font-weight-suggestion-matching-part-default: var(--x-number-font-weight-tag-default);
--x-size-padding-top-suggestion-default: var(--x-size-base-03);
--x-size-padding-bottom-suggestion-default: var(--x-size-base-03);

.x-history-query__suggestion, .x-history-query__remove {
.x-history-query__suggestion,
.x-history-query__remove {
padding: 0;
}

Expand Down

0 comments on commit 733b718

Please sign in to comment.