Skip to content

Commit 1a35f0d

Browse files
ChristianBusshofflarsrickert
authored andcommitted
change
1 parent 0a110e1 commit 1a35f0d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/sit-onyx/src/styles/mixins/input.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,14 @@
2323

2424
@mixin define-shared-styles($base-selector, $vertical-padding) {
2525
--border-color: var(--onyx-color-component-border-neutral);
26-
--border-radius: var(--onyx-radius-sm);
26+
--border-radius: var(--onyx-radius-component-input);
2727
--hover-border-color: var(--onyx-color-component-border-primary-hover);
2828
--selection-color: var(--onyx-color-base-primary-200);
2929
--caret-color: var(--onyx-color-component-cta-default);
3030
--background-color: var(--onyx-color-base-background-blank);
3131
--outline-color: var(--onyx-color-component-focus-primary);
3232
--outline-style: none;
3333
--button-color: var(--onyx-color-text-icons-neutral-soft);
34-
--border-radius: var(--onyx-radius-sm);
3534
--border-style: solid;
3635
--padding-horizontal: var(--onyx-density-sm);
3736

0 commit comments

Comments
 (0)