diff --git a/src/components/maskeditor/BrushSettingsPanel.vue b/src/components/maskeditor/BrushSettingsPanel.vue index a43707ac1f..444dc8cebc 100644 --- a/src/components/maskeditor/BrushSettingsPanel.vue +++ b/src/components/maskeditor/BrushSettingsPanel.vue @@ -6,10 +6,7 @@ {{ t('maskEditor.brushSettings') }} - @@ -99,6 +96,9 @@ import SliderControl from './controls/SliderControl.vue' const store = useMaskEditorStore() +const textButtonClass = + 'h-7.5 w-32 rounded-[10px] border border-[var(--p-form-field-border-color)] text-[var(--input-text)] font-sans pointer-events-auto transition-colors duration-100 bg-[var(--comfy-menu-bg)] hover:bg-secondary-background-hover' + const setBrushShape = (shape: BrushShape) => { store.brushSettings.type = shape }