Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
style: Adjust box shadow CSS
  • Loading branch information
im3dabasia committed May 5, 2025
commit 1f3e511b5e7fff1d9cb1fcd3866100c72f4bbc22
2 changes: 1 addition & 1 deletion packages/components/src/text-control/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

&:focus {
border-color: $components-color-accent;
box-shadow: 0 0 0 1.5px $components-color-accent;
box-shadow: 0 0 0 0.5px $components-color-accent;
// Windows High Contrast mode will show this outline, but not the box-shadow.
outline: 5px solid transparent;
}
Expand Down