Skip to content

Commit

Permalink
Fix preview font-size variables
Browse files Browse the repository at this point in the history
There were meant to be set on :host to be configurable
  • Loading branch information
EtienneLem committed Jan 19, 2023
1 parent 6a5b3ed commit 4cccc3d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/emoji-mart/src/components/Picker/PickerStyles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
--font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
--font-size: 15px;

--preview-placeholder-size: 21px;
--preview-title-size: 1.1em;
--preview-subtitle-size: .9em;

--shadow-color: 0deg 0% 0%;
--shadow:
0.3px 0.5px 2.7px hsl(var(--shadow-color) / 0.14),
Expand Down Expand Up @@ -46,10 +50,6 @@

--sidebar-width: 16px;

--preview-placeholder-size: 21px;
--preview-title-size: 1.1em;
--preview-subtitle-size: .9em;

--duration: 225ms;
--duration-fast: 125ms;
--duration-instant: 50ms;
Expand Down

0 comments on commit 4cccc3d

Please sign in to comment.