-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: [IGL-116] Added missing border on dropdown (#645)
- Loading branch information
1 parent
db89c08
commit 1f6d0b3
Showing
3 changed files
with
14 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
"@igloo-ui/action-menu": patch | ||
"@igloo-ui/color-picker": patch | ||
"@igloo-ui/combobox": patch | ||
"@igloo-ui/datepicker": patch | ||
"@igloo-ui/dropdown": patch | ||
"@igloo-ui/select": patch | ||
"@igloo-ui/tag-picker": patch | ||
--- | ||
|
||
Added a border to the dropdown component and removed the outline from the date picker since it was no longer needed. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters