Skip to content

Commit

Permalink
Update warning style
Browse files Browse the repository at this point in the history
  • Loading branch information
lafriks committed Aug 7, 2022
1 parent f0762b1 commit 36f5962
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion web/src/components/atomic/Warning.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
<template>
<div class="text-sm font-bold text-light-600 rounded-md border border-solid p-2 border-red-900 bg-red-600">
<div
class="
text-sm text-gray-600
font-bold
rounded-md
border border-solid
p-2
border-yellow-500
bg-yellow-200
dark:bg-yellow-600 dark:border-yellow-800 dark:text-light-100
"
>
⚠ {{ text }}
</div>
</template>
Expand Down

0 comments on commit 36f5962

Please sign in to comment.