Skip to content

Commit

Permalink
💄 Title select row padding 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Wish-baek authored and SOWON BAEK committed Apr 25, 2024
1 parent de19736 commit e4bdfbb
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 3 deletions.
7 changes: 7 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @parte-ds/web

## 0.1.83

### Patch Changes

- Updated dependencies
- @parte-ds/ui@1.19.1

## 0.1.82

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parte-ds/web",
"version": "0.1.82",
"version": "0.1.83",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
6 changes: 6 additions & 0 deletions packages/parte-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @parte-ds/ui

## 1.19.1

### Patch Changes

- title select row padding 수정

## 1.19.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/parte-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parte-ds/ui",
"version": "1.19.0",
"version": "1.19.1",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const commonSelectRowStyle = css`
const titleStyle = (theme: DefaultTheme) => css`
width: 100%;
height: 32px;
padding: 8px 20px;
padding: 10px 20px;
background-color: ${theme.colors.N0};
color: ${theme.colors.N600};
${theme.typography.C200}
Expand Down

0 comments on commit e4bdfbb

Please sign in to comment.