Обновлены глобальные стили: изменен градиент для класса bg-gradient-smooth, добавлены новые цветовые значения. Обновлен компонент ColorsDemo с уточнением описания градиента на "Темный градиент для фона (теперь galaxy!)".
This commit is contained in:
@ -204,7 +204,7 @@ export function ColorsDemo() {
|
||||
<div>
|
||||
<div className="h-16 w-full bg-gradient-smooth rounded-lg mb-2"></div>
|
||||
<div className="text-white text-xs font-mono">bg-gradient-smooth</div>
|
||||
<div className="text-white/60 text-xs">Темный градиент для фона</div>
|
||||
<div className="text-white/60 text-xs">Темный градиент для фона (теперь galaxy!)</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
|
Reference in New Issue
Block a user