Move postcss purge config to gradle
This commit is contained in:
@@ -184,8 +184,8 @@ class NoteView(styles: String) : View(styles) {
|
||||
type = ButtonType.submit,
|
||||
name = if (note.public) "private" else "public",
|
||||
classes = "font-semibold border-b-4 " +
|
||||
if (!note.public) "border-teal-200" else "border-green-500" +
|
||||
" p-2 rounded-r bg-teal-200 text-gray-800"
|
||||
(if (!note.public) "border-teal-200" else "border-green-500") +
|
||||
" p-2 rounded-r bg-teal-200 text-gray-800"
|
||||
) {
|
||||
+"Public"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user