Skip to content

Commit

Permalink
design/BibimMandu-IssueTacker#215: 디자인 시스템 필터 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
qkdflrgs committed Aug 18, 2023
1 parent 31e2b7e commit a71c78b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions FE/src/styles/DesignSystem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ export const lightMode = {
weak: "brightness(0) saturate(100%) invert(29%) sepia(66%) saturate(2882%) hue-rotate(201deg) brightness(103%) contrast(105%);",
},
},
danger: {
text: {
default:
"brightness(0) saturate(100%) invert(44%) sepia(47%) saturate(7165%) hue-rotate(341deg) brightness(98%) contrast(106%);",
},
},
},
...typoSystem,
...objectStyles,
Expand Down Expand Up @@ -135,6 +141,12 @@ export const darkMode = {
weak: "brightness(0) saturate(100%) invert(39%) sepia(89%) saturate(4222%) hue-rotate(199deg) brightness(100%) contrast(112%);",
},
},
danger: {
text: {
default:
"brightness(0) saturate(100%) invert(44%) sepia(47%) saturate(7165%) hue-rotate(341deg) brightness(98%) contrast(106%);",
},
},
},
...typoSystem,
...objectStyles,
Expand Down

0 comments on commit a71c78b

Please sign in to comment.