diff options
| author | srichman333 <sarah_n_richman@brown.edu> | 2023-08-18 13:24:03 -0400 |
|---|---|---|
| committer | srichman333 <sarah_n_richman@brown.edu> | 2023-08-18 13:24:03 -0400 |
| commit | 9ffbc63fe7676f6c09a6651ea20a9e024d0a6646 (patch) | |
| tree | 3469685f73cb82b0a3f1d3bccf0288c26265259f /src/client/views/nodes/FontIconBox/FontIconBox.tsx | |
| parent | 98bf66df242476ebb8e1a678e4d1687908259aca (diff) | |
| parent | 9dfca50488241998fa1a99f660b12f43ad803d38 (diff) | |
Merge branch 'master' into data-visualization-sarah
Diffstat (limited to 'src/client/views/nodes/FontIconBox/FontIconBox.tsx')
| -rw-r--r-- | src/client/views/nodes/FontIconBox/FontIconBox.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/FontIconBox/FontIconBox.tsx b/src/client/views/nodes/FontIconBox/FontIconBox.tsx index bf3c79cf9..5ff5f7bfa 100644 --- a/src/client/views/nodes/FontIconBox/FontIconBox.tsx +++ b/src/client/views/nodes/FontIconBox/FontIconBox.tsx @@ -287,6 +287,7 @@ export class FontIconBox extends DocComponent<ButtonProps>() { this.colorBatch?.end(); this.colorBatch = undefined; }} + defaultPickerType="Classic" selectedColor={curColor} type={Type.PRIM} color={color} |
