mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
Fix tweaking sliders for predefined palettes
This commit is contained in:
@@ -31,6 +31,9 @@ export default {
|
||||
},
|
||||
defaultValue: {
|
||||
type: Number,
|
||||
default(rawProps) {
|
||||
return rawProps.defaultColor?.get(rawProps.colorComponent);
|
||||
},
|
||||
},
|
||||
/** Used for formatting only. Only specify if different from default value. */
|
||||
baseValue: {
|
||||
|
||||
Reference in New Issue
Block a user