mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-25 17:30:37 +01:00
refactor(module)!: implement design system with CSS variables (#2298)
This commit is contained in:
@@ -78,7 +78,7 @@ ignore:
|
||||
- description
|
||||
- icon
|
||||
props:
|
||||
color: gray
|
||||
color: neutral
|
||||
title: 'Heads up!'
|
||||
description: 'You can change the primary color in your app config.'
|
||||
icon: 'i-heroicons-command-line'
|
||||
@@ -97,7 +97,7 @@ ignore:
|
||||
- description
|
||||
- icon
|
||||
props:
|
||||
color: gray
|
||||
color: neutral
|
||||
variant: solid
|
||||
title: 'Heads up!'
|
||||
description: 'You can change the primary color in your app config.'
|
||||
@@ -186,7 +186,7 @@ props:
|
||||
actions:
|
||||
- label: Action 1
|
||||
- label: Action 2
|
||||
color: gray
|
||||
color: neutral
|
||||
variant: subtle
|
||||
---
|
||||
::
|
||||
|
||||
Reference in New Issue
Block a user