移除重复预置颜色

pull/1094/head
lyswhut 2022-12-26 09:52:59 +08:00
parent bfc07b2a97
commit cc7ad7c71f
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ export default () => {
tools = pickrTools.create(app_bg_color_ref.value, color, [
'rgba(255, 255, 255, 0)',
'rgba(255, 255, 255, 0.15)',
'rgba(255, 255, 255, 0.15)',
'rgba(21.34, 18.92, 44.61, 0.81)',
], changed, reset)
}