Skip to content

Commit

Permalink
Merge pull request #53 from oramasearch/feature/orm-1882
Browse files Browse the repository at this point in the history
Feature/orm 1882 - Safari - UI components font size and family
  • Loading branch information
g-francesca authored Oct 24, 2024
2 parents 73d5a28 + 0aa6e9c commit ec5c121
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
column-gap: var(--spacing-s, $spacing-s);
border: 0;
background-color: transparent;
font-size: var(--font-size-sm, $font-size-sm);
cursor: pointer;
padding: var(--spacing-s, $spacing-s) var(--spacing-m, $spacing-m);
color: var(--text-color-secondary, text-color('secondary'));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
| `placeholder` | `placeholder` | | `string` | `'Ask me anything'` |
| `showClearChat` | `show-clear-chat` | | `boolean` | `true` |
| `sourceBaseUrl` | `source-base-url` | | `string` | `''` |
| `sourcesMap` | -- | | `{ title?: string; description?: string; path?: string; }` | `undefined` |
| `sourcesMap` | -- | | `{ title?: string; path?: string; description?: string; }` | `undefined` |
| `suggestions` | -- | | `string[]` | `undefined` |
| `systemPrompts` | -- | | `string[]` | `undefined` |

Expand Down
Loading

0 comments on commit ec5c121

Please sign in to comment.