mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
stagingselection bg
This commit is contained in:
parent
cb549ddd9a
commit
3580eb01d0
1 changed files with 1 additions and 1 deletions
|
|
@ -591,7 +591,7 @@ export const SelectedFiles = (
|
|||
select-none
|
||||
text-xs text-nowrap
|
||||
border rounded-sm
|
||||
${isThisSelectionProspective ? 'bg-void-bg-1 text-void-fg-3 opacity-80' : 'bg-void-bg-3 hover:brightness-95 text-void-fg-1'}
|
||||
${isThisSelectionProspective ? 'bg-void-bg-1 text-void-fg-3 opacity-80' : 'bg-void-bg-1 hover:brightness-95 text-void-fg-1'}
|
||||
${isThisSelectionProspective
|
||||
? 'border-void-border-2'
|
||||
: 'border-void-border-1'
|
||||
|
|
|
|||
Loading…
Reference in a new issue