mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Badge: Design improvement & reduce contrast (#30328)
* Badge: Design improvement & reduce contrast * light theme border tweak * Updated snapshot
This commit is contained in:
@@ -30,7 +30,7 @@ export const Card: React.FC<CardProps> = ({
|
||||
<div className="add-data-source-item-text-wrapper">
|
||||
<span className="add-data-source-item-text">{title}</span>
|
||||
{description && <span className="add-data-source-item-desc">{description}</span>}
|
||||
{labels && <div>{labels}</div>}
|
||||
{labels && <div className="add-data-source-item-badge">{labels}</div>}
|
||||
</div>
|
||||
{actions && <div className="add-data-source-item-actions">{actions}</div>}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user