diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-10-15 10:40:01 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-10-15 10:40:01 +0200 |
| commit | 0825788e86809f10bb83d664084328dff0b47146 (patch) | |
| tree | 452a82c22ccb78b903c6f8e049cd69937f120fa1 /code/app/tailwind.config.cjs | |
| parent | 3a928023a46b4fb50b2e1eb7447aaaf24b0718a1 (diff) | |
| download | greatoffice-0825788e86809f10bb83d664084328dff0b47146.tar.xz greatoffice-0825788e86809f10bb83d664084328dff0b47146.zip | |
feat: Add combobox and textarea
Diffstat (limited to 'code/app/tailwind.config.cjs')
| -rw-r--r-- | code/app/tailwind.config.cjs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/code/app/tailwind.config.cjs b/code/app/tailwind.config.cjs index 2f80e55..ecacb06 100644 --- a/code/app/tailwind.config.cjs +++ b/code/app/tailwind.config.cjs @@ -113,6 +113,8 @@ const config = { "text-yellow-500", "text-red-500", "text-green-500", + "border-teal-500", + "ring-teal-500", "hover:text-blue-600", "hover:text-yellow-600", "hover:text-red-600", |
