@granto-umbrella/umbrella-components 3.0.17 → 3.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@granto-umbrella/umbrella-components",
3
- "version": "3.0.17",
3
+ "version": "3.0.18",
4
4
  "description": "Umbrella Components for React",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -226,6 +226,9 @@ export const Dropdown = styled.div`
226
226
  `;
227
227
 
228
228
  export const DropdownItem = styled.div`
229
+ display: flex;
230
+ align-items: center;
231
+ flex-direction: row;
229
232
  padding: ${primitiveSizes.size.x3} ${primitiveSizes.size.x4};
230
233
  cursor: pointer;
231
234
  color: ${primitiveColors.gray[600]};