mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 07:16:52 +00:00
fix: change all dropdown border colour from gray-100 to gray-200
This commit is contained in:
@@ -25,7 +25,7 @@ const overlayClassName = toRef(props, 'overlayClassName')
|
||||
const autoClose = computed(() => props.autoClose)
|
||||
|
||||
const overlayClassNameComputed = computed(() => {
|
||||
let className = 'nc-dropdown bg-white rounded-lg border-1 border-gray-100 shadow-lg'
|
||||
let className = 'nc-dropdown bg-white rounded-lg border-1 border-gray-200 shadow-lg'
|
||||
if (overlayClassName.value) {
|
||||
className += ` ${overlayClassName.value}`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user