Skip to content

Commit

Permalink
fix(Stack): reduce offset y on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
artemmufazalov committed Dec 19, 2024
1 parent a77e6db commit dc29ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Stack/Stack.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
--ydb-stack-offset-x: 4px;
--ydb-stack-offset-y: 4px;
--ydb-stack-offset-x-hover: 4px;
--ydb-stack-offset-y-hover: 8px;
--ydb-stack-offset-y-hover: 6px;

position: relative;

Expand Down

0 comments on commit dc29ab6

Please sign in to comment.