Skip to content

Commit

Permalink
chore: apply changes after linting [bot]
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored and taiga-family-bot committed Sep 4, 2024
1 parent ed174d2 commit de71a34
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions projects/demo/src/pages/stackblitz/files/styles.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:root {
--tui-text-primary: rgb(27 31 59 / 1);
--tui-text-tertiary: rgb(27 31 59 / 0.4);
--tui-text-primary: rgb(27 31 59 / 100%);
--tui-text-tertiary: rgb(27 31 59 / 40%);
--tui-radius-m: 0.75rem;
--tui-background-base: #fff;
--tui-background-neutral-1-hover: #ededed;
Expand All @@ -24,7 +24,7 @@ textarea {
box-shadow,
background,
0.2s ease-in-out;
box-shadow: 0 0.125rem 0.1875rem rgb(0 0 0 / 0.1);
box-shadow: 0 0.125rem 0.1875rem rgb(0 0 0 / 10%);
}

input {
Expand All @@ -44,7 +44,7 @@ textarea:focus::placeholder {

input:hover,
textarea:hover {
box-shadow: 0 0.125rem 0.3125rem rgb(0 0 0 / 0.16);
box-shadow: 0 0.125rem 0.3125rem rgb(0 0 0 / 16%);
}

input:focus,
Expand Down

0 comments on commit de71a34

Please sign in to comment.