Skip to content

Commit

Permalink
fix(core): remove unused success color
Browse files Browse the repository at this point in the history
  • Loading branch information
felipefialho committed May 16, 2023
1 parent 6ff785f commit 06aa859
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/core/src/components/input/input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
--highlight-color-focused: var(--color-contextual-error-regular);
}

&[color='success'] {
--highlight-color-focused: var(--color-contextual-success-regular);
}

&.input-fill-solid {
&.has-focus {
--background: var(--color-neutral-light-5);
Expand Down Expand Up @@ -107,10 +103,6 @@
&.atom-color--danger {
--atom-icon-color: var(--color-contextual-error-regular);
}

&.atom-color--success {
--atom-icon-color: var(--color-contextual-success-regular);
}
}

.input-disabled + & {
Expand Down

0 comments on commit 06aa859

Please sign in to comment.