more modern color-function-notation to fix lint error

This commit is contained in:
einhornimmond 2024-12-20 12:08:05 +01:00
parent 8021e94177
commit fc466d9f7a

View File

@ -51,7 +51,7 @@ export default {
<style scoped>
.timer-input {
border: 1px solid rgb(222, 226, 230);
border: 1px solid rgb(222 226 230);
border-radius: 6px;
padding: 6px 12px;
}