Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

Update description for interactiveCritical #107

Merged
merged 1 commit into from
Feb 21, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/configs/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ export const config: Config = {
{
name: 'interactiveCritical',
description:
'Used for destructive interactive elements: links, destructive plain buttons, error state of selected checkboxes and radio buttons, as well as a text color on destructive action list items. Not for use on critical banners and badges.',
'For use as the text color for destructive interactive elements: links, plain buttons, error state of selected checkboxes and radio buttons, as well as a text color on destructive action list items. Not for use on critical banners and badges.',
light: {lightness: 48.5},
dark: {lightness: 65},
},
Expand Down