mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-15 19:10:47 +02:00
Add Crop to V2 (#4471)
# Description of Changes Add Crop to V2 --------- Co-authored-by: EthanHealy01 <[email protected]> Co-authored-by: Connor Yoh <[email protected]> Co-authored-by: ConnorYoh <[email protected]>
This commit is contained in:
co-authored by
EthanHealy01
Connor Yoh
ConnorYoh
parent
f6df414425
commit
c76edebf0f
@@ -64,6 +64,16 @@ export const mantineTheme = createTheme({
|
||||
xl: 'var(--shadow-xl)',
|
||||
},
|
||||
|
||||
// Custom variables for specific components
|
||||
other: {
|
||||
crop: {
|
||||
overlayBorder: 'var(--color-primary-500)',
|
||||
overlayBackground: 'rgba(59, 130, 246, 0.1)', // Blue with 10% opacity
|
||||
handleColor: 'var(--color-primary-500)',
|
||||
handleBorder: 'var(--bg-surface)',
|
||||
},
|
||||
},
|
||||
|
||||
// Component customizations
|
||||
components: {
|
||||
Button: {
|
||||
|
||||
Reference in New Issue
Block a user