Skip to content

Commit 0d93f54

Browse files
committed
feat: added CSS variables for the .is-active border
1 parent 73f1b66 commit 0d93f54

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,8 @@ The following CSS variables can be used to customize multiselect when using `def
373373
--ms-bg-disabled: #F3F4F6;
374374
--ms-border-color: #D1D5DB;
375375
--ms-border-width: 1px;
376+
--ms-border-color-active: #D1D5DB;
377+
--ms-border-width-active: 1px;
376378
--ms-radius: 4px;
377379
--ms-py: 0.5rem;
378380
--ms-px: 0.875rem;

0 commit comments

Comments
 (0)