From 1ba3de8dab78f904d26b3a3ef64c9b17dedd064d Mon Sep 17 00:00:00 2001 From: Ryotaro Date: Thu, 27 Feb 2025 13:59:27 +0900 Subject: [PATCH] remove radius-medium --- dist/components/constants/radius.css | 2 -- dist/components/text-field/x-large/input/styles.css | 2 +- src/components/constants/radius.css | 5 ----- src/components/foundation.css | 1 - src/components/text-field/x-large/input/styles.css | 2 +- 5 files changed, 2 insertions(+), 10 deletions(-) delete mode 100644 src/components/constants/radius.css diff --git a/dist/components/constants/radius.css b/dist/components/constants/radius.css index 054a64a..b52e210 100644 --- a/dist/components/constants/radius.css +++ b/dist/components/constants/radius.css @@ -1,5 +1,3 @@ :host { - --border-radius-50: 12px; - --radius-small: 4px; --radius-medium: 6px; } \ No newline at end of file diff --git a/dist/components/text-field/x-large/input/styles.css b/dist/components/text-field/x-large/input/styles.css index 95d8c7c..12dfc4c 100644 --- a/dist/components/text-field/x-large/input/styles.css +++ b/dist/components/text-field/x-large/input/styles.css @@ -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; diff --git a/src/components/constants/radius.css b/src/components/constants/radius.css deleted file mode 100644 index 054a64a..0000000 --- a/src/components/constants/radius.css +++ /dev/null @@ -1,5 +0,0 @@ -:host { - --border-radius-50: 12px; - --radius-small: 4px; - --radius-medium: 6px; -} \ No newline at end of file diff --git a/src/components/foundation.css b/src/components/foundation.css index 30f6771..de3bff7 100644 --- a/src/components/foundation.css +++ b/src/components/foundation.css @@ -1,4 +1,3 @@ -@import url('./constants/radius.css'); @import url('./constants/space.css'); :host { diff --git a/src/components/text-field/x-large/input/styles.css b/src/components/text-field/x-large/input/styles.css index 95d8c7c..12dfc4c 100644 --- a/src/components/text-field/x-large/input/styles.css +++ b/src/components/text-field/x-large/input/styles.css @@ -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;