fix(GlButton): Default all dropdown button icon sizes to 16
What does this MR do?
Closes #1250 (closed). All icons in buttons and dropdown buttons should use 16
as the default size. Based on Figma designs: https://www.figma.com/file/qEddyqCrI7kPSBjGmwkZzQ/Component-library?node-id=22298%3A13380. This came up during a change to the notifications dropdown button, which contains a smaller icon than it's adjacent small
button counterparts:
Before | After |
---|---|
Does this MR meet the acceptance criteria?
Conformity
-
Code review guidelines. -
GitLab UI's contributing guidlines. -
If it changes a Pajamas-compliant component's look & feel, the MR has been reviewed by a UX designer. -
If it changes GitLab UI's documentation guidelines, the MR has been reviewed by a Technical Writer. -
If the MR changes a component's API, integration MR(s) have been opened in the following projects to ensure that the @gitlab/ui
package can be upgraded quickly after the changes are released:-
GitLab: mr_url -
CustomersDot: mr_url -
Status Page: mr_url
-
-
Added the ~"component:*"
label(s) if applicable.
Security
N/A
Accessibility
N/A
Closes #1250 (closed)
Edited by Jeremy Elder