mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ThemeDemo: Add transparent to ThemeDemo (#66994)
This commit is contained in:
parent
eddd4f4508
commit
1ff9c47c7b
@ -121,6 +121,7 @@ export const ThemeDemo = () => {
|
||||
<td>name</td>
|
||||
<td>main</td>
|
||||
<td>shade (used for hover)</td>
|
||||
<td>transparent</td>
|
||||
<td>border & text</td>
|
||||
</tr>
|
||||
</thead>
|
||||
@ -250,6 +251,17 @@ export function RichColorDemo({ theme, color }: RichColorDemoProps) {
|
||||
{color.shade}
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<div
|
||||
className={css`
|
||||
background: ${color.transparent};
|
||||
border-radius: 4px;
|
||||
padding: 8px;
|
||||
`}
|
||||
>
|
||||
{color.shade}
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<div
|
||||
className={css`
|
||||
|
Loading…
Reference in New Issue
Block a user