Skip to content

Commit

Permalink
chore: tweaks to search modal (#2019)
Browse files Browse the repository at this point in the history
* fix: bg of dialog to surface-faint

* fix: search input font weight to regular

* fix: command modal header padding

* chore: update command bar footer background
  • Loading branch information
zchsh authored Jun 26, 2023
1 parent 3f7aa0f commit 1d09c98
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
flex-grow: 0;
flex-shrink: 0;
gap: 8px;
padding: 12px;
padding: 16px 20px;
}

.icon {
Expand Down Expand Up @@ -64,7 +64,7 @@
color: var(--token-color-foreground-strong);
font-family: var(--token-typography-body-300-font-family);
font-size: var(--token-typography-body-300-font-size);
font-weight: var(--token-typography-font-weight-medium);
font-weight: var(--token-typography-font-weight-regular);
line-height: var(--token-typography-body-300-line-height);
padding-left: 8px;
padding-top: 4px;
Expand All @@ -76,7 +76,7 @@
color: var(--token-color-foreground-faint);
font-family: var(--token-typography-body-300-font-family);
font-size: var(--token-typography-body-300-font-size);
font-weight: var(--token-typography-font-weight-medium);
font-weight: var(--token-typography-font-weight-regular);
line-height: var(--token-typography-body-300-line-height);
}
}
Expand Down Expand Up @@ -123,15 +123,15 @@
}

.body {
background-color: var(--token-color-surface-primary);
background-color: var(--token-color-surface-faint);
flex-grow: 1;
flex-shrink: 1;
overflow-y: auto;
}

.footer {
align-items: center;
background-color: var(--token-color-surface-primary);
background-color: var(--token-color-surface-faint);
box-shadow: var(--token-surface-base-box-shadow);
display: flex;
flex-grow: 0;
Expand Down

1 comment on commit 1d09c98

@vercel
Copy link

@vercel vercel bot commented on 1d09c98 Jun 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.