Skip to content

Commit 1fa20a4

Browse files
committed
using color-semantic/border/tertiary for dropdown border color
1 parent 8ce3b14 commit 1fa20a4

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22

33
## [0.17.0](https://github.com/frontapp/front-ui-kit/compare/v0.16.1...v0.17.0) (2025-10-22)
44

5-
65
### Features
76

8-
* large plus icon ([#291](https://github.com/frontapp/front-ui-kit/issues/291)) ([cdf4ce3](https://github.com/frontapp/front-ui-kit/commit/cdf4ce381448bedff2d3cece4f1e91b9c8626b7a))
7+
- large plus icon ([#291](https://github.com/frontapp/front-ui-kit/issues/291)) ([cdf4ce3](https://github.com/frontapp/front-ui-kit/commit/cdf4ce381448bedff2d3cece4f1e91b9c8626b7a))
98

109
## [0.16.1](https://github.com/frontapp/front-ui-kit/compare/v0.16.0...v0.16.1) (2025-10-21)
1110

src/elements/dropdown/dropdown.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const StyledDropdownWrapperDiv = styled.div<StyledDropdownWrapperDivProps>`
7474
border-radius: 8px;
7575
background: white;
7676
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
77-
border: 1px solid ${greys.shade40};
77+
border: 1px solid ${greys.shade20};
7878
width: 100%;
7979
overflow: auto;
8080
${(p) => css`

0 commit comments

Comments
 (0)