Skip to content

Commit

Permalink
Merge branch 'v4' into feature/add-select-options-sublabel
Browse files Browse the repository at this point in the history
  • Loading branch information
farhanabi authored Jun 6, 2024
2 parents 901f9f2 + f951dea commit 3054a29
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "glints-aries",
"version": "4.0.382",
"version": "4.0.383",
"description": "Glints ui-kit for frontend",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down
5 changes: 4 additions & 1 deletion src/@next/SideSheet/SideSheetStyle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,12 @@ export const StyledSideSheetHeader = styled.div`
display: flex;
align-items: top;
padding: 16px 20px;
gap: 8px;
`;

export const StyledButtonContainer = styled.div`
cursor: pointer;
margin: 4px 8px 4px 0px;
margin-top: 3px;
svg {
width: 24px;
fill: ${Neutral.B40};
Expand All @@ -97,6 +98,8 @@ export const StyledButtonContainer = styled.div`

export const StyledRightContainer = styled.div`
margin-left: auto;
display: flex;
align-items: top;
`;

export const StyledHorizontalLine = styled.hr`
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3054a29

Please sign in to comment.