Commit 3b3f77a2 authored by Duggan, John's avatar Duggan, John
Browse files

Fix outlined rule for text fields

parent 646c6591
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
[tool.poetry]
name = "nova-trame"
version = "0.17.1"
version = "0.17.2"
description = "A Python Package for injecting curated themes and custom components into Trame applications"
authors = ["Duggan, John <dugganjw@ornl.gov>"]
readme = "README.md"
+3 −3
Original line number Diff line number Diff line
@@ -169,10 +169,10 @@
                    },
                    "VTextField": {
                        "VBtn": {
                            "size": "small",
                            "size": "small"
                        },
                        "variant": "outlined"
                    }
                    }
                },
                "title": "Compact",
                "value": "CompactTheme"