Skip to content

Commit

Permalink
remove radius-medium
Browse files Browse the repository at this point in the history
  • Loading branch information
ryotaro612 committed Feb 27, 2025
1 parent 5e7e208 commit 1ba3de8
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 10 deletions.
2 changes: 0 additions & 2 deletions dist/components/constants/radius.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
:host {
--border-radius-50: 12px;
--radius-small: 4px;
--radius-medium: 6px;
}
2 changes: 1 addition & 1 deletion dist/components/text-field/x-large/input/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
min-height: 48px;
background: #fff;
border: 1px solid #b6b6b6;
border-radius: var(--radius-medium);
border-radius: 6px;
padding: var(--spacing-10) var(--spacing-30);
font-weight: var(--font-weight-normal);
font-size: 16px;
Expand Down
5 changes: 0 additions & 5 deletions src/components/constants/radius.css

This file was deleted.

1 change: 0 additions & 1 deletion src/components/foundation.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import url('./constants/radius.css');
@import url('./constants/space.css');

:host {
Expand Down
2 changes: 1 addition & 1 deletion src/components/text-field/x-large/input/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
min-height: 48px;
background: #fff;
border: 1px solid #b6b6b6;
border-radius: var(--radius-medium);
border-radius: 6px;
padding: var(--spacing-10) var(--spacing-30);
font-weight: var(--font-weight-normal);
font-size: 16px;
Expand Down

0 comments on commit 1ba3de8

Please sign in to comment.