aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/StyleProp.ts
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2025-02-24 18:07:36 -0500
committerbobzel <zzzman@gmail.com>2025-02-24 18:07:36 -0500
commit1c7c5bcadc7081e1a7e582413eee37b8201e1c4c (patch)
tree1b6e97124964558534e906eee045b0cca334935b /src/client/views/StyleProp.ts
parent383a8a2f017c12c578537d3cb3005e00be019bd7 (diff)
added borders (width, color, and style) for DocumentViews. fixed dropdown slider buttons to show text labels.
Diffstat (limited to 'src/client/views/StyleProp.ts')
-rw-r--r--src/client/views/StyleProp.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/StyleProp.ts b/src/client/views/StyleProp.ts
index 56367e70b..1ef7a9e1f 100644
--- a/src/client/views/StyleProp.ts
+++ b/src/client/views/StyleProp.ts
@@ -5,6 +5,7 @@ export enum StyleProp {
Opacity = 'opacity', // opacity of the document view
BoxShadow = 'boxShadow', // box shadow - used for making collections standout and for showing clusters in free form views
BorderRounding = 'borderRounding', // border radius of the document view
+ Border = 'border', // border of document view
Color = 'color', // foreground color of Document view items
BackgroundColor = 'backgroundColor', // background color of a document view
FillColor = 'fillColor', // fill color of an ink stroke or shape