fix. 대체 텍스트 수정
This commit is contained in:
@@ -31,7 +31,7 @@ const imageClasses = computed(() => [
|
||||
props.size === 'contain' ? 'bg-contain' : 'bg-cover',
|
||||
])
|
||||
const gradientClasses = computed(() => [
|
||||
'absolute bottom-0 left-0 right-0',
|
||||
'absolute bottom-[-2px] left-[-2px] right-[-2px]',
|
||||
props.gradient,
|
||||
])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user