Skip to content

Commit

Permalink
fix(WriteBarIcon): fix box-shadow color (#8227)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackySoul authored Feb 3, 2025
1 parent 77cac87 commit d0fb8bd
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
position: absolute;
inset-block-start: 6px;
inset-inline-end: 2px;
box-shadow: 0 0 0 2px var(--vkui--color_background_modal);
box-shadow: 0 0 0 2px var(--vkui--color_background_contrast_themed);
}

.ios .counter {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d0fb8bd

Please sign in to comment.