Fix review comments

Signed-off-by: AmbrishRamachandiran <ambrish.r@infosys.com>
This commit is contained in:
AmbrishRamachandiran
2026-03-04 16:58:56 +05:30
parent 53b2334152
commit 5f5dcf9fea
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,4 +4,4 @@
Added RangeSlider component for selecting numeric ranges.
Affected components: RangeSlider
**Affected components:** RangeSlider
@@ -98,7 +98,7 @@
transition: all 200ms;
&[data-focus-visible] {
outline: 2px solid var(--bui-bg-solid);
outline: 2px solid var(--bui-ring);
outline-offset: 2px;
}